Workflow
The Rodin Pack and Download Asset Workflow is designed to finalize and package the generated 3D meshes and textures into a downloadable format, suitable for various applications.
Last updated
The Rodin Pack and Download Asset Workflow is designed to finalize and package the generated 3D meshes and textures into a downloadable format, suitable for various applications.
Last updated
Prepare Asset
API Used: rodin_unlock
Purpose: To unlock and prepare the generated assets for download, specifying the desired resolution, geometry, and material settings.
Process:
Parameters such as the task UUID, desired resolution, geometry type, geometry file format, and material type are specified.
A POST request is sent to the Rodin unlock endpoint with these parameters.
The response includes a job's subscription key, indicating that a process has been initiated to prepare the assets for download.
Query Task Status: After initiating the asset preparation, monitor the job status as detailed in the Query Task Status section to ensure that the assets are properly prepared and ready for download.
Download Asset
API Used: rodin_download
Purpose: To provide a direct download link for the prepared assets, allowing users to easily retrieve and use their generated 3D models and textures.
Process:
The task UUID is sent to the Rodin download endpoint.
The response includes a list of URLs for downloading the prepared assets, which may include various file formats depending on the settings specified in the preparation step.