Hi,
Is there any tutorial on official youtube website or documentation for how to input my data into Create scene.
For example, the demo from NVIDIA HQ bellow.
I am try to construct the custom tools (as No. 3 and 5 in the picture)
Thank you very much.
Hi @frank_liu! It depends on where your data is coming from. You could create a Connector ( https://developer.nvidia.com/nvidia-omniverse-developer-resource-center#connectors) if your data is coming from a different program. Otherwise, you can create an Extension (https://developer.nvidia.com/nvidia-omniverse-developer-resource-center#extensions) to load your data and translate to prims, properties, and metadata in USD. Lastly, if you have code access, you could create a USD File Format Plugin to translate between your format and USD.
Hi @mati-nvidia ,
Thank you for the information.
I will keep studying and trying.
Frank Liu