Hi, 

        I want to rotate a model along the y axis but using another centre than
the parent's (0,0,0). To me, the following code in the class's
advance_time should do the trick (to rotate around x=0.5 and z=0):

self.rotate(proportion * 5, soya.Point(self.parent,0.5,0.0,0.0),
soya.Point(self.parent,0.5,1.0,0.0))

Instead, I get a very rapidly enlarging spiral and the model goes off
the view. The model is a simple box made in blender that was
automatically imported.

Can anyone help?

Christian


_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to