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::CameraViewUpdater</title> 49 </head> 50 <body> 51 <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::CameraViewUpdater Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class CameraViewUpdater : public <a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a></pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>Interface that updates view matrices.</p><p>The <CODE>ICameraViewUpdate</CODE> class has been eliminated and replaced by <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</p></div> 59 <a name="constant" id="constant"> 60 <h2>Member Constants</h2> 61 <div class="section"> 62 <table class="members"> 63 <tr> 64 <td width="100"> 65 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 66 </td> 67 <th> 68 <span class="argument"><CODE>VIEW_TARGET_POSITION</CODE></span> 69 </th> 70 <td width="100">const math::VEC3</td> 71 <td>The default value for the camera target.</td> 72 </tr> 73 <tr> 74 <td width="100"> 75 <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span> 76 </td> 77 <th> 78 <span class="argument"><CODE>VIEW_UPWARD_VECTOR</CODE></span> 79 </th> 80 <td width="100">const math::VEC3</td> 81 <td>The default value for the camera upward vector.</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"><CODE>VIEW_VIEW_ROTATE</CODE></span> 89 </th> 90 <td width="100">const math::VEC3</td> 91 <td>The default value for camera rotation.</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"><CODE>VIEW_TWIST</CODE></span> 99 </th> 100 <td width="100">const float</td> 101 <td>The default value for the camera twist.</td> 102 </tr> </table> 103 </div> 104 </a> <a name="variable" id="variable"> 105 <h2>Member Variables</h2> 106 <div class="section"> 107 <table class="members"> 108 <tr> 109 <td width="100"> </td> 110 <th> 111 <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span> 112 </th> 113 <td width="100" /> 114 <td> 115 </td> 116 </tr> </table> 117 </div> 118 </a> <a name="function" id="function"> 119 <h2>Member Functions</h2> 120 <div class="section"> 121 <table class="members"> 122 <tr> 123 <th class="category" colspan="3">View matrix.</th> 124 </tr> 125 <tr> 126 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 127 </td> 128 <th> 129 <a href="../../../nw/gfx/CameraViewUpdater/Update.html">Update</a> 130 </th> 131 <td>Updates the view matrix.</td> 132 </tr> 133 <tr> 134 <th class="category" colspan="3">Resources</th> 135 </tr> 136 <tr> 137 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 138 </td> 139 <th> 140 <a href="../../../nw/gfx/CameraViewUpdater/GetResource.html">GetResource</a> 141 </th> 142 <td>Gets the view updater resource.</td> 143 </tr> 144 <tr> 145 <th class="category" colspan="3">Create/Destroy</th> 146 </tr> 147 <tr> 148 <td width="100"> </td> 149 <th> 150 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 151 </th> 152 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.)</td> 153 </tr> 154 <tr> 155 <th class="category" colspan="3">Other</th> 156 </tr> 157 <tr> 158 <td width="100"> </td> 159 <th> 160 <a href="../../../nw/gfx/CameraViewUpdater/IsDynamic.html"><CODE>IsDynamic</CODE></a> 161 </th> 162 <td>Gets a flag indicating whether an updater was generated dynamically.</td> 163 </tr> 164 <tr> 165 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 166 </td> 167 <th> 168 <a href="../../../nw/gfx/CameraViewUpdater/Kind.html">Kind</a> 169 </th> 170 <td>Gets the ViewUpdater type.</td> 171 </tr> 172 <tr> 173 <td width="100"> 174 <span class="protected_style" title="protected">protected</span> </td> 175 <th> 176 <a href="../../../nw/gfx/CameraViewUpdater/CameraViewUpdater.html"><CODE>CameraViewUpdater</CODE></a> 177 </th> 178 <td>Constructor.</td> 179 </tr> </table> 180 </div> 181 </a> 182 <h2>Class Hierarchy</h2> 183 <div class="section"> 184 <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br /> <b>nw::gfx::CameraViewUpdater</b> 185 </p> 186 </div> 187 <hr><p>CONFIDENTIAL</p></body> 188</html> 189