Closed GoogleCodeExporter closed 9 years ago
Lowering the priority on this for multiple reasons. There is a chance we may
not be using the o3d converter for long. Also I cannot reproduce this. Are you
specifying a vector on the command line? like so: --up-axis=0,0,1 fo z etc.
Original comment by jpywt...@gmail.com
on 3 Aug 2011 at 3:26
ummm that might be the problem... I will test. I am using batch file where I
can drop files onto the icon and it just converts:
@echo off
echo converting file %1 to outputFolder\scene.json
@echo on
C:\o3dconverter\o3dConverter.exe --no-archive --no-binary --up-axis:x
--pretty-print %1 outputFolder
@echo off
pause
Original comment by raj...@gmail.com
on 19 Sep 2011 at 9:51
Ah, thanks for showing your batch file contents. You need a vector on the
--up-axis. That one has an 'x', so it should be --up-axis=1,0,0 for x.
Original comment by jpywt...@gmail.com
on 19 Sep 2011 at 11:42
Original comment by jpywt...@gmail.com
on 16 Dec 2011 at 10:19
Kuda2 no longer uses o3d or the converter. Kuda2 loads COLLADA directly.
Original comment by jpywt...@gmail.com
on 1 Mar 2012 at 11:12
Original issue reported on code.google.com by
raj...@gmail.com
on 21 Jun 2011 at 1:20