mikedh / trimesh

Python library for loading and using triangular meshes.
https://trimesh.org
MIT License
3.02k stars 583 forks source link

Image is very zoom out when saving it with visible=False #2189

Open xenolex opened 8 months ago

xenolex commented 8 months ago

When I try to save an image with visible=False the mesh object is very small, but if I set visible=True the mesh object is normal size as expected.

Is it possible to zoom in objects with visible=False ?