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::FrustumProjectionUpdater</title> 51 </head> 52 <body> 53 <h1><CODE>nw::gfx::FrustumProjectionUpdater</CODE> Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class FrustumProjectionUpdater : public <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html">nw::gfx::CameraProjectionUpdater</a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Class for updating projection matrices using a view frustum.</p> 61 </div> 62 <a name="constant" id="constant"> 63 <h2>Member Constants</h2> 64 <div class="section"> 65 <table class="members"> 66 <tr> 67 <td width="100"> 68 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 69 </td> 70 <th> 71 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_NEAR_CLIP.html"><CODE>PROJECTION_NEAR_CLIP</CODE></a></span> 72 </th> 73 <td>The default value for the near clipping plane.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 74 </tr> 75 <tr> 76 <td width="100"> 77 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 78 </td> 79 <th> 80 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_FAR_CLIP.html"><CODE>PROJECTION_FAR_CLIP</CODE></a></span> 81 </th> 82 <td>The default value for the far clipping plane.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</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/CameraProjectionUpdater/PROJECTION_FOVY_RADIAN.html"><CODE>PROJECTION_FOVY_RADIAN</CODE></a></span> 90 </th> 91 <td>Default value for the FOV along the y-axis.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 92 </tr> 93 <tr> 94 <td width="100"> 95 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 96 </td> 97 <th> 98 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_ASPECT_RATIO.html"><CODE>PROJECTION_ASPECT_RATIO</CODE></a></span> 99 </th> 100 <td>The default value for the aspect ratio.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 101 </tr> 102 <tr> 103 <td width="100"> 104 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 105 </td> 106 <th> 107 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_CENTER.html"><CODE>PROJECTION_CENTER</CODE></a></span> 108 </th> 109 <td>Default value for center coordinates in near clipping plane(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 110 </tr> 111 <tr> 112 <td width="100"> 113 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 114 </td> 115 <th> 116 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_HEIGHT.html"><CODE>PROJECTION_HEIGHT</CODE></a></span> 117 </th> 118 <td>Default value for height in the near clipping plane.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 119 </tr> 120 <tr> 121 <td width="100"> 122 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 123 </td> 124 <th> 125 <span class="argument"><a href="../../../nw/gfx/CameraProjectionUpdater/PROJECTION_RECT.html"><CODE>PROJECTION_RECT</CODE></a></span> 126 </th> 127 <td>Default value for rectangle displayed in the near clipping plane(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 128 </tr> </table> 129 </div> 130 </a> <a name="variable" id="variable"> 131 <h2>Member Variables</h2> 132 <div class="section"> 133 <table class="members"> 134 <tr> 135 <td width="100"> </td> 136 <th> 137 <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span> 138 </th> 139 <td> 140 </td> 141 </tr> </table> 142 </div> 143 </a> <a name="function" id="function"> 144 <h2>Member Functions</h2> 145 <div class="section"> 146 <table class="members"> 147 <tr> 148 <th class="category" colspan="3">Constructors and Destructors</th> 149 </tr> 150 <tr> 151 <td width="100"> </td> 152 <th> 153 <a href="../../../nw/gfx/FrustumProjectionUpdater/FrustumProjectionUpdater.html"><CODE>FrustumProjectionUpdater</CODE></a> 154 </th> 155 <td>Constructor.</td> 156 </tr> 157 <tr> 158 <td width="100"> <span class="virtual_style" title="virtual">V</span> 159 </td> 160 <th> 161 <a href="../../../nw/gfx/FrustumProjectionUpdater/~FrustumProjectionUpdater.html"><CODE>~FrustumProjectionUpdater</CODE></a> 162 </th> 163 <td>Destructor.</td> 164 </tr> 165 <tr> 166 <th class="category" colspan="3">Create/Destroy</th> 167 </tr> 168 <tr> 169 <td width="100"> 170 <span class="static_style" title="static">S</span> </td> 171 <th> 172 <a href="../../../nw/gfx/FrustumProjectionUpdater/Create.html">Create</a> 173 </th> 174 <td>Creates a projection matrix updater.</td> 175 </tr> 176 <tr> 177 <td width="100"> </td> 178 <th> 179 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 180 </th> 181 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td> 182 </tr> 183 <tr> 184 <th class="category" colspan="3">Projection matrix</th> 185 </tr> 186 <tr> 187 <td width="100"> <span class="virtual_style" title="virtual">V</span> 188 </td> 189 <th> 190 <a href="../../../nw/gfx/FrustumProjectionUpdater/Update.html">Update</a> 191 </th> 192 <td>Updates the projection matrix.</td> 193 </tr> 194 <tr> 195 <th class="category" colspan="3">Resources</th> 196 </tr> 197 <tr> 198 <td width="100"> <span class="virtual_style" title="virtual">V</span> 199 </td> 200 <th> 201 <a href="../../../nw/gfx/FrustumProjectionUpdater/GetResource.html">GetResource</a> 202 </th> 203 <td>Gets the projection matrix updater resource.</td> 204 </tr> 205 <tr> 206 <th class="category" colspan="3">Pivot</th> 207 </tr> 208 <tr> 209 <td width="100"> </td> 210 <th> 211 <a href="../../../nw/gfx/CameraProjectionUpdater/SetPivotDirection.html"><CODE>SetPivotDirection</CODE></a> 212 </th> 213 <td>Sets the upward direction of the screen.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 214 </tr> 215 <tr> 216 <td width="100"> </td> 217 <th> 218 <a href="../../../nw/gfx/CameraProjectionUpdater/GetPivotDirection.html"><CODE>GetPivotDirection</CODE></a> 219 </th> 220 <td>Gets the upward direction of the screen.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 221 </tr> 222 <tr> 223 <th class="category" colspan="3">Textures</th> 224 </tr> 225 <tr> 226 <td width="100"> </td> 227 <th> 228 <a href="../../../nw/gfx/CameraProjectionUpdater/TextureScale.html">TextureScale</a> 229 </th> 230 <td>Gets the texture scale.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 231 </tr> 232 <tr> 233 <td width="100"> </td> 234 <th> 235 <a href="../../../nw/gfx/CameraProjectionUpdater/TextureTranslate.html">TextureTranslate</a> 236 </th> 237 <td>Gets the translation of a texture.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 238 </tr> 239 <tr> 240 <th class="category" colspan="3">Other</th> 241 </tr> 242 <tr> 243 <td width="100"> </td> 244 <th> 245 <a href="../../../nw/gfx/CameraProjectionUpdater/IsDynamic.html"><CODE>IsDynamic</CODE></a> 246 </th> 247 <td>Gets a flag indicating whether an updater was generated dynamically.(Inherited from <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html"><CODE>CameraProjectionUpdater</CODE></a>.</td> 248 </tr> </table> 249 </div> 250 </a> 251 <h2>Class Hierarchy</h2> 252 <div class="section"> 253 <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br /> <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html">nw::gfx::CameraProjectionUpdater</a><br /> <b>nw::gfx::FrustumProjectionUpdater</b> 254 </p> 255 </div> 256 <hr><p>CONFIDENTIAL</p></body> 257</html>