nerfstudio-project / viser

Web-based 3D visualization + Python
https://viser.studio/latest
Apache License 2.0
596 stars 31 forks source link

Can it support the Textured mesh? #219

Open Harr7y opened 1 month ago

Harr7y commented 1 month ago

Can Viser render the mesh with texture images?

brentyi commented 1 month ago

You can do it via add_glb (https://viser.studio/latest/scene_api/#viser.SceneApi.add_glb) or add_mesh_trimesh (https://viser.studio/latest/scene_api/#viser.SceneApi.add_mesh_trimesh).