obj-magic
obj-magic copied to clipboard
Translate does not accept negative values
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.
Positive values, however, work:
./obj-magic --translatey 20000 test.obj