PDA

View Full Version : camera look


okno
07-14-2003, 06:21 PM
How can i change my camera to "left" or "bottom"?
In xsi i have only right, top, and front.

Thanks

wolver1ne
07-14-2003, 07:36 PM
Middle click on one of the X/Y/Z buttons on the object view menu bar. That way you will get left/bottom/back views in a viewport.

Atyss
07-16-2003, 05:35 AM
Note that this feature is relative. If you have nothing selected, then it will do exactly what wolver1ne said. However, if you have something selected and you press those buttons, then the camera will change according to the orientation of the object's center.

You can see this by executing the following in the script editor:

CreatePrim "Cube", "MeshSurface"
SetDisplayMode "Camera", "shaded"
SetDisplayMode "Camera", "wireframe"
Rotate , -51.7264149314542, 0, 0, siRelative, siGlobal, siCtr, siXYZ
SetDisplayMode "Views.ViewC.FrontCamera", "shaded"

Basically it creates a cube and rotates its center. Then in the front view, middle-click on the XYZ buttons and you'll see what I mean.


Cheers
Bernard

CGTalk Moderation
01-15-2006, 03:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.