Tagged Questions
1
vote
0answers
37 views
Batch mesh simplification
I need a script for simplifying meshes, to run on a server in headless (no GUI) mode. Are there open source (or at least gratis) tools out there I could use for this? Or, how would I script Blender to ...
0
votes
0answers
100 views
Trying to optimize a plane in Unity [closed]
So unity provides gameobject creation of a plane which contains a lot of triangles Unity calculates which is really unneeded for a simple plane. I was following a tutorial on how to do this, but I am ...