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 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50 <title>nw::gfx::CameraProjectionUpdater</title> 51 </head> 52 <body> 53 <h1><CODE>nw::gfx::CameraProjectionUpdater</CODE> Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class CameraProjectionUpdater : public <a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Interface that updates projection matrices.</p><p>The ICameraProjectionUpdater class has been eliminated and replaced by <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</p></div> 61 <a name="constant" id="constant"> 62 <h2>Member Constants</h2> 63 <div class="section"> 64 <table class="members"> 65 <tr> 66 <td width="100"> 67 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 68 </td> 69 <th> 70 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_NEAR_CLIP.html"><CODE>PROJECTION_NEAR_CLIP</CODE></a></span> 71 </th> 72 <td>The default value for the near clipping plane.</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/CameraProjectionUpdater/PROJECTION_FAR_CLIP.html"><CODE>PROJECTION_FAR_CLIP</CODE></a></span> 80 </th> 81 <td>The default value for the far clipping plane.</td> 82 </tr> 83 <tr> 84 <td width="100"> 85 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 86 </td> 87 <th> 88 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_FOVY_RADIAN.html"><CODE>PROJECTION_FOVY_RADIAN</CODE></a></span> 89 </th> 90 <td>Default value for the FOV along the y-axis.</td> 91 </tr> 92 <tr> 93 <td width="100"> 94 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 95 </td> 96 <th> 97 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_ASPECT_RATIO.html"><CODE>PROJECTION_ASPECT_RATIO</CODE></a></span> 98 </th> 99 <td>The default value for the aspect ratio.</td> 100 </tr> 101 <tr> 102 <td width="100"> 103 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 104 </td> 105 <th> 106 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_CENTER.html"><CODE>PROJECTION_CENTER</CODE></a></span> 107 </th> 108 <td>Default value for center coordinates in near clipping plane</td> 109 </tr> 110 <tr> 111 <td width="100"> 112 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 113 </td> 114 <th> 115 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_HEIGHT.html"><CODE>PROJECTION_HEIGHT</CODE></a></span> 116 </th> 117 <td>Default value for height in the near clipping plane.</td> 118 </tr> 119 <tr> 120 <td width="100"> 121 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 122 </td> 123 <th> 124 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_RECT.html"><CODE>PROJECTION_RECT</CODE></a></span> 125 </th> 126 <td>Default value for rectangle displayed in the near clipping plane</td> 127 </tr> </table> 128 </div> 129 </a> <a name="variable" id="variable"> 130 <h2>Member Variables</h2> 131 <div class="section"> 132 <table class="members"> 133 <tr> 134 <td width="100"> </td> 135 <th> 136 <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span> 137 </th> 138 <td> 139 </td> 140 </tr> </table> 141 </div> 142 </a> <a name="function" id="function"> 143 <h2>Member Functions</h2> 144 <div class="section"> 145 <table class="members"> 146 <tr> 147 <th class="category" colspan="3">Projection matrix</th> 148 </tr> 149 <tr> 150 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 151 </td> 152 <th> 153 <a href="../../../nw/gfx/CameraProjectionUpdater/Update.html">Update</a> 154 </th> 155 <td>Updates the projection matrix.</td> 156 </tr> 157 <tr> 158 <th class="category" colspan="3">Pivot</th> 159 </tr> 160 <tr> 161 <td width="100"> </td> 162 <th> 163 <a href="../../../nw/gfx/CameraProjectionUpdater/SetPivotDirection.html"><CODE>SetPivotDirection</CODE></a> 164 </th> 165 <td>Sets the upward direction of the screen.</td> 166 </tr> 167 <tr> 168 <td width="100"> </td> 169 <th> 170 <a href="../../../nw/gfx/CameraProjectionUpdater/GetPivotDirection.html"><CODE>GetPivotDirection</CODE></a> 171 </th> 172 <td>Gets the upward direction of the screen.</td> 173 </tr> 174 <tr> 175 <th class="category" colspan="3">Resources</th> 176 </tr> 177 <tr> 178 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 179 </td> 180 <th> 181 <a href="../../../nw/gfx/CameraProjectionUpdater/GetResource.html">GetResource</a> 182 </th> 183 <td>Gets the projection matrix updater resource.</td> 184 </tr> 185 <tr> 186 <th class="category" colspan="3">Textures</th> 187 </tr> 188 <tr> 189 <td width="100"> </td> 190 <th> 191 <a href="../../../nw/gfx/CameraProjectionUpdater/TextureScale.html">TextureScale</a> 192 </th> 193 <td>Gets the texture scale.</td> 194 </tr> 195 <tr> 196 <td width="100"> </td> 197 <th> 198 <a href="../../../nw/gfx/CameraProjectionUpdater/TextureTranslate.html">TextureTranslate</a> 199 </th> 200 <td>Gets the translation of a texture.</td> 201 </tr> 202 <tr> 203 <th class="category" colspan="3">Create/Destroy</th> 204 </tr> 205 <tr> 206 <td width="100"> </td> 207 <th> 208 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 209 </th> 210 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td> 211 </tr> 212 <tr> 213 <th class="category" colspan="3">Other</th> 214 </tr> 215 <tr> 216 <td width="100"> </td> 217 <th> 218 <a href="../../../nw/gfx/CameraProjectionUpdater/IsDynamic.html"><CODE>IsDynamic</CODE></a> 219 </th> 220 <td>Gets a flag indicating whether an updater was generated dynamically.</td> 221 </tr> 222 <tr> 223 <td width="100"> 224 <span class="protected_style" title="protected">protected</span> </td> 225 <th> 226 <a href="../../../nw/gfx/CameraProjectionUpdater/CameraProjectionUpdater.html"><CODE>CameraProjectionUpdater</CODE></a> 227 </th> 228 <td>Constructor.</td> 229 </tr> 230 <tr> 231 <td width="100"> 232 <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span> 233 </td> 234 <th> 235 <a href="../../../nw/gfx/CameraProjectionUpdater/~CameraProjectionUpdater.html"><CODE>~CameraProjectionUpdater</CODE></a> 236 </th> 237 <td>Destructor.</td> 238 </tr> </table> 239 </div> 240 </a> 241 <h2>Class Hierarchy</h2> 242 <div class="section"> 243 <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br /> <b>nw::gfx::CameraProjectionUpdater</b> 244 </p> 245 </div> 246 <hr><p>CONFIDENTIAL</p></body> 247</html>