1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48    <title>nw::gfx::LookAtTargetViewUpdater</title>
49  </head>
50  <body>
51    <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::LookAtTargetViewUpdater Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class LookAtTargetViewUpdater : public <a href="../../../nw/gfx/CameraViewUpdater/Overview.html">nw::gfx::CameraViewUpdater</a></pre>
55    </div>
56    <h2>Description</h2>
57    <div class="section">
58      <p>Class that updates the view matrix using the upward vector and the coordinates of the camera target.</p>
59    </div>
60    <a name="constant" id="constant">
61      <h2>Member Constants</h2>
62      <div class="section">
63        <table class="members">
64          <tr>
65            <td width="100">
66              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
67            </td>
68            <th>
69              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_TARGET_POSITION.html"><CODE>VIEW_TARGET_POSITION</CODE></a></span>
70            </th>
71            <td width="100">const math::VEC3</td>
72            <td>The default value for the camera target.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
73          </tr>
74          <tr>
75            <td width="100">
76              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
77            </td>
78            <th>
79              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_UPWARD_VECTOR.html"><CODE>VIEW_UPWARD_VECTOR</CODE></a></span>
80            </th>
81            <td width="100">const math::VEC3</td>
82            <td>The default value for the camera upward vector.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
83          </tr>
84          <tr>
85            <td width="100">
86              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
87            </td>
88            <th>
89              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_VIEW_ROTATE.html"><CODE>VIEW_VIEW_ROTATE</CODE></a></span>
90            </th>
91            <td width="100">const math::VEC3</td>
92            <td>The default value for camera rotation.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
93          </tr>
94          <tr>
95            <td width="100">
96              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
97            </td>
98            <th>
99              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_TWIST.html"><CODE>VIEW_TWIST</CODE></a></span>
100            </th>
101            <td width="100">const float</td>
102            <td>The default value for the camera twist.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
103          </tr> </table>
104      </div>
105    </a> <a name="variable" id="variable">
106      <h2>Member Variables</h2>
107      <div class="section">
108        <table class="members">
109          <tr>
110            <td width="100"> </td>
111            <th>
112              <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span>
113            </th>
114            <td width="100" />
115            <td>
116        </td>
117          </tr> </table>
118      </div>
119    </a> <a name="function" id="function">
120      <h2>Member Functions</h2>
121      <div class="section">
122        <table class="members">
123          <tr>
124            <th class="category" colspan="3">Constructors and Destructors</th>
125          </tr>
126          <tr>
127            <td width="100">  </td>
128            <th>
129              <a href="../../../nw/gfx/LookAtTargetViewUpdater/LookAtTargetViewUpdater.html">LookAtTargetViewUpdater</a>
130            </th>
131            <td>Constructor.</td>
132          </tr>
133          <tr>
134            <td width="100"> <span class="virtual_style" title="virtual">V</span>
135            </td>
136            <th>
137              <a href="../../../nw/gfx/LookAtTargetViewUpdater/~LookAtTargetViewUpdater.html"><CODE>~LookAtTargetViewUpdater</CODE></a>
138            </th>
139            <td>Destructor.</td>
140          </tr>
141          <tr>
142            <th class="category" colspan="3">Create/Destroy</th>
143          </tr>
144          <tr>
145            <td width="100">
146              <span class="static_style" title="static">S</span> </td>
147            <th>
148              <a href="../../../nw/gfx/LookAtTargetViewUpdater/Create.html">Create</a>
149            </th>
150            <td>Creates a view matrix updater.</td>
151          </tr>
152          <tr>
153            <td width="100">  </td>
154            <th>
155              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
156            </th>
157            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.)</td>
158          </tr>
159          <tr>
160            <th class="category" colspan="3">View matrix.</th>
161          </tr>
162          <tr>
163            <td width="100"> <span class="virtual_style" title="virtual">V</span>
164            </td>
165            <th>
166              <a href="../../../nw/gfx/LookAtTargetViewUpdater/Update.html">Update</a>
167            </th>
168            <td>Updates the view matrix.</td>
169          </tr>
170          <tr>
171            <th class="category" colspan="3">Resources</th>
172          </tr>
173          <tr>
174            <td width="100"> <span class="virtual_style" title="virtual">V</span>
175            </td>
176            <th>
177              <a href="../../../nw/gfx/LookAtTargetViewUpdater/GetResource.html">GetResource</a>
178            </th>
179            <td>Gets the view updater resource.</td>
180          </tr>
181          <tr>
182            <th class="category" colspan="3">Other</th>
183          </tr>
184          <tr>
185            <td width="100"> <span class="virtual_style" title="virtual">V</span>
186            </td>
187            <th>
188              <a href="../../../nw/gfx/LookAtTargetViewUpdater/Kind.html">Kind</a>
189            </th>
190            <td>Gets the ViewUpdater type.</td>
191          </tr>
192          <tr>
193            <td width="100">  </td>
194            <th>
195              <a href="../../../nw/gfx/CameraViewUpdater/IsDynamic.html"><CODE>IsDynamic</CODE></a>
196            </th>
197            <td>Gets a flag indicating whether an updater was generated dynamically.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
198          </tr> </table>
199      </div>
200    </a>
201    <h2>Class Hierarchy</h2>
202    <div class="section">
203      <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br />  <a href="../../../nw/gfx/CameraViewUpdater/Overview.html">nw::gfx::CameraViewUpdater</a><br />    <b>nw::gfx::LookAtTargetViewUpdater</b>
204      </p>
205    </div>
206  <hr><p>CONFIDENTIAL</p></body>
207</html>
208