Rodin Texture
The Rodin texture function is designed to create texture based on specific mesh and settings.
Last updated
The Rodin texture function is designed to create texture based on specific mesh and settings.
Last updated
The request body should be wrapped in the FormData instead of plain JSON, while settings should be parsed to JSON.
To generate from a previously uploaded image, the
texture_reference_file_name
is fetched from the task detail API, corresponding to the images previously uploaded for the mesh generation stage.For newly uploaded images, the
texture_reference_file_index
should always be set to0
, with each new image wrapped in FormData and each image binary appended under the field nameimages
.For settings, only parameters marked as
Texture Generation Only
need to be passed through.
task uuid
Pass a json string as the "settings" field in a form.
Texture reference image filename in the storage.Leave it null if the user upload their own reference image
The index of the texture reference image use uploaded.Leave it null if the user chooses an image in our storage as their own reference image