View Single Post
  #1  
Old 04-16-2012, 05:18 AM
torbeng torbeng is offline
Member
 
Join Date: Apr 2012
Posts: 11
<node3d>.save() position and rotation

I'm currently trying to apply some transformations (scale, position, rotation) to a model and save it to an .ive file using <node3d>.save(). However, all of these transformations are lost when I open the file.
I played around with the different modes for setting a position, e.g. setPosition(0,0,10,mode=viz.REL_LOCAL), but it does not seem to have any effect. Is there any way to save the model with these transformations applied? Thank you very much for your help in advance.
Reply With Quote