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 <title>Camera</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../nw/gfx/Camera/Overview.html">Camera</a>::Camera</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14protected: 15Camera( 16 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator, 17 ResTransformNode resObj, 18 const <a href="../../../nw/gfx/Camera/Description/Overview.html">Camera::Description</a> & description, 19 <a href="../../../nw/gfx/GfxPtr/Overview.html">GfxPtr</a>< <a href="../../../nw/gfx/CameraViewUpdater/Overview.html">CameraViewUpdater</a> > viewUpdater, 20 <a href="../../../nw/gfx/GfxPtr/Overview.html">GfxPtr</a>< <a href="../../../nw/gfx/CameraProjectionUpdater/Overview.html">CameraProjectionUpdater</a> > projectionUpdater, 21 <span>f32</span> wscale, 22 bool isDynamic 23); 24</pre> 25 </div> 26 <h2>Arguments</h2> 27 <div class="section"> 28 <table class="arguments"> 29 <thead> 30 <tr> 31 <td width="15" /> 32 <th>Name</th> 33 <td>Description</td> 34 </tr> 35 </thead> 36 <tr> 37 <td /> 38 <th>allocator</th> 39 <td> 40 </td> 41 </tr> 42 <tr> 43 <td /> 44 <th><CODE>resObj</CODE></th> 45 <td> 46 </td> 47 </tr> 48 <tr> 49 <td /> 50 <th><CODE>description</CODE></th> 51 <td> 52 </td> 53 </tr> 54 <tr> 55 <td /> 56 <th><CODE>viewUpdater</CODE></th> 57 <td> 58 </td> 59 </tr> 60 <tr> 61 <td /> 62 <th><CODE>projectionUpdater</CODE></th> 63 <td> 64 </td> 65 </tr> 66 <tr> 67 <td /> 68 <th>wscale</th> 69 <td> 70 </td> 71 </tr> 72 <tr> 73 <td /> 74 <th><CODE>isDynamic</CODE></th> 75 <td> 76 </td> 77 </tr> </table> 78 </div> 79 <h2>Description</h2> 80 <div class="section"> 81 <p>Constructor.</p> 82 </div> 83 <hr><p>CONFIDENTIAL</p></body> 84</html> 85