Hello,
I’m trying to upload and view 3D models with gradio and find it useful. Here are my 2 quesions:
- How to upload a .obj file with material ? I can only update and view a 3D model only with meshes now. Now I write a function to translate an obj file to a .gltf file . Will there be better solutions?
- Will there be better ways to add a skybox or abackground picture rather than a single “clear_color” attribute ? Just like the three.js .