11-20-2014, 01:50 AM
(11-19-2014, 08:55 PM)jugol Wrote: Yep, it's about 40 times. Exactly, (1/0.0254 = 39.3700787) times.
And the reason is the measure unit used in the file. These .dae models use meters, and RTB's models use inches.
Wherever it says
Code:<unit name="meter" meter="1"/>
change to
Code:<unit name="inch" meter="0.0254"/>
and the magic is done.
Alright, cool. Thanks!
Yeah I was leaning towards 40x, but I definitely didn't think it would have been exactly that, so it's nice to know the exact number