![]() |
|
#2
|
|||
|
|||
Hi Zafer,
The spinto function calculates the smallest rotation needed to spin from the current rotation to the desired rotation. A 350 degree rotation on the y-axis is equal to a -10 degree rotation on the y-axis, so the spinto function only rotates -10 degrees. If you want to force Vizard to spin the object the full 350 degrees then use the spin command: Code:
cube.spin(0,1,0,10,35) |
|
|