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
* Approximate minimum volume oriented bounding boxes and spheres for meshes.
147
146
* Calculate nearest point on mesh surface and signed distance
@@ -166,4 +165,4 @@ Trimesh includes an optional `pyglet<2` based viewer for debugging and inspectin
166
165
*`m` maximizes the window
167
166
*`q` closes the window
168
167
169
-
If called from inside a `jupyter` or `marimo` notebook, `mesh.show()` displays an in-line preview using `three.js` to display the mesh or scene. For more complete rendering (PBR, better lighting, shaders, better off-screen support, etc) [pyrender](https://github.com/mmatl/pyrender) is designed to interoperate with `trimesh` objects.
168
+
If called from inside a `jupyter` or `marimo` notebook, `mesh.show()` displays an in-line preview using `three.js` to display the mesh or scene.
0 commit comments