obj-magic
obj-magic copied to clipboard
A tool to manipulate Wavefront OBJ 3d meshes.
Easy fix to issue #3. Ran run-tests.sh and pass. Notably, there are no rotate automated tests.
The --rotate[xyz] command states that it rotates a mesh in degrees around a specified axis. Doing some experiments I have drawn 2 conclusions: 1) This is actually RADIANS 2) I...
Trying to translate x,y,z values does only work for positive numbers, it seems. This is what I tried: `./obj-magic --translatey -20000 test.obj ` this does not seem to do anything....
Thanks for the amazing utility! It would nice to be able to scale an object via a resulting size, not via a scale factor. Something like `./obj-magic -O --scale-tox 1.0...