The rotates should be inside the object.
instead of this
Code:
//// ModelObject 3741c01.dat
object { _3741c01_dot_dat material { L3Color15 }
rotate <20.000000, 0, 0>
rotate <0, -45.000000, 0>
rotate <0, 0, 0.000000>
}
instead of this
Code:
//// ModelObject 3741c01.dat
object { _3741c01_dot_dat material { L3Color15 } }
rotate <20.000000, 0, 0>
rotate <0, -45.000000, 0>
rotate <0, 0, 0.000000>