in GLScene we have three parameters (RollAngle, PitchAngle and TurnAngle) for rotation around local orientation. in the image below, how can I rotate cube around global orientation (orange axis)?

|
in GLScene we have three parameters (RollAngle, PitchAngle and TurnAngle) for rotation around local orientation. in the image below, how can I rotate cube around global orientation (orange axis)?
|
||||
|
Maybe you could use "DummyCube" object as a parent. Then you can rotate first the cube inside dummy cube and then the DummyCube. |
|||
|
|
|
You would need to convert the axis angle rotation to Euler angles. Here is a link explaining this process in some detail with code: From the article:
EDIT: Renamed the variables to be consistent with the pitch, yaw, roll naming convention. |
|||||||||||||||||||
|
|
This is a dirty cheat, but if the object is at the origin (0,0,0) and there is only one object in the scene, you could swing the camera (and light source) around the object instead of rotating the object. |
|||
|
@Wouter van Niftericksorry, I don't understand you, what do you mean? – Ata Jun 22 '11 at 16:36