|
 |
Povray executes the transformations in the order they are specified. Therefore,
your code transforms THE CAMERA first by rotating by 20 DEGREES around x, THEN
-45 DEGREES around y, then translate. Of course, transforming the camera is
inverse of transforming the object. So, if you are transforming the cube, you
first do the translation in reverse, then the rotations in reverse (basically,
matrix inverse).
> R=Transpose[Rx,Ry,Rz].
What syntax is that? Shouldn't this be Rz*Ry*Rx?
I hope this helps.
Post a reply to this message
|
 |