Are there examples I can borrow from regarding rotating a camera around its own X, Y and Z axes? I learned yesterday that I can use the translate(X|Y|Z) methods to move a camera along its own axes. Are there equivalents for rotation as well?
-
One would have to know the API for the camera, and it's likely that the documentation for the API already has examples.Robert Harvey– Robert Harvey2013-03-28 19:44:15 +00:00Commented Mar 28, 2013 at 19:44
Add a comment
|