You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with a triangle mesh in the tensor geometries class. When I tried to visualize it with the draw geometries function, it resulted in a TypeError. Turns out draw_geometries does not yet support tensor geometries. Is there a work around?
I am mainly using the tensor version of the geometries because of some features not present in the legacy version. One alternative is the draw function in visualization class. But running it immediately crashes my jupyter kernel.
I am using Open3D v0.18.0
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).My Question
I am working with a triangle mesh in the tensor geometries class. When I tried to visualize it with the draw geometries function, it resulted in a TypeError. Turns out draw_geometries does not yet support tensor geometries. Is there a work around?
I am mainly using the tensor version of the geometries because of some features not present in the legacy version. One alternative is the draw function in visualization class. But running it immediately crashes my jupyter kernel.
I am using Open3D v0.18.0
The text was updated successfully, but these errors were encountered: