About Store Forum Documentation Contact



Post Reply 
Rotation object
Author Message
Babulesnik Offline
Member

Post: #1
Rotation object
How to reduce the code to rotate an object?
Code:
kub_act[i].create(Box(2.5,2.5,2.5)).matrix(Matrix(kub_act[i].matrix().rotateXY(Random.f(10.0),Random.f(10.0))  )).pos(Vec(0,0,0);
06-03-2011 10:46 AM
Find all posts by this user Quote this message in a reply
Post Reply