trimesh
trimesh copied to clipboard
Where can i see the full list of kwargs for the scene.show method?
As the title says, i can't find the list of arguments anywhere to fully customize how the points/mesh look when using pyglet to plot a scene with scene.show, i've only seen a couple here in some github posts, but other than that, nothing.
Hey, the keyword arguments to scene.show are passed through to trimesh.viewer.windowed.SceneViewer constructor:
https://trimsh.org/trimesh.viewer.windowed.html#trimesh.viewer.windowed.SceneViewer.init
Yes, i know, but, for example.. what args can i pass with line_settings? I know one of its keys is point_size, but what other i can use for i don't know.. point symbol, arist color, etc. when using view()?