<!–Converted with LaTeX2HTML 2022 (Released January 1, 2022) –> <HTML lang="en"> <HEAD> <TITLE>Contents of Camera Position</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0"> <META NAME="Generator" CONTENT="LaTeX2HTML v2022">
<LINK REL="STYLESHEET" HREF="camera.css">
<LINK REL="next" HREF="node3_mn.html"> <LINK REL="previous" HREF="node1_mn.html"> <LINK REL="up" HREF="node1_mn.html"> <LINK REL="next" HREF="node3_mn.html"> </HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#9944EE" vlink="#0000ff" alink="#00ff00">
<H1><A ID="SECTION00110000000000000000"> Camera Position</A> </H1>
<P> The three basic camera properties are its position, the direction in which it is pointing, and its orientation. The keywords for specifying these values are described below. The default values are designed to provide a reasonable view of a sphere of radius 2 located at origin. If these default values are used, the origin is projected onto the center of the image plane, with the world <I>x</I> axis running left-to-right, the <I>z</I> axis bottom-to-top, and the <I>y</I> axis going ``into'' the screen.
<P>
<BR>
<IMG
STYLE="height: 196.25ex; vertical-align: -0.57ex; " SRC="img1.png"
ALT="
">
<BR>
The default camera position is (0, -8, 0).
<P>
<BR>
<IMG
STYLE="height: 2.10ex; vertical-align: 176.68ex; " SRC="img2.png"
ALT="
">
<BR>
The default look point is the origin (0, 0, 0). The look point
and camera position must not be coincident.
<P>
<BR>
<IMG
STYLE="height: 2.10ex; vertical-align: 176.68ex; " SRC="img3.png"
ALT="
">
<BR>
This up vector need not be orthogonal to
the view vector, nor need it be normalized. The default up
direction is (0, 0, 1).
<P> Another popular standard viewing geometry, with the <I>x</I> axis running left-to-right, the <I>y</I> axis bottom-to-top, and the <I>z</I> axis pointing out of the screen, may be obtained by setting the up vector to (0, 1, 0) and by placing the camera on the positive <I>z</I> axis.
<P>
<HR>
</BODY> </HTML>