How to Render Mesh with Textures using low-level Visualizer class
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
Hi there,
I would like to render & animate a mesh object that has moving sub parts.
Is there a way to render mesh with textures via low-level [Visualizer](http://www.open3d.org/docs/release/python_api/open3d.visualization.Visualizer.html)? I couldn't see any related property/function to pass material.
I've already tried [python example](https://github.com/isl-org/Open3D/blob/master/examples/python/gui/textured-model.py) that uses [O3DVisualizer](http://www.open3d.org/docs/release/python_api/open3d.visualization.O3DVisualizer.html), however animating with draw() function is quite slow.
Any feedback would be greatly appreciated!
--------------
Here is an example of adding a mesh geometry object (without the texture):

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.