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>NW_DEPRECATED_FUNCTION</title> 8 </head> 9 <body> 10 <h1>nw::gfx::SceneEnvironment::NW_DEPRECATED_FUNCTION Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NW_DEPRECATED_FUNCTION( 15 void SetActiveCameraint index 16); 17 18NW_DEPRECATED_FUNCTION( 19 <a href="../../../nw/gfx/Camera/Overview.html">Camera</a> * GetActiveCamera() 20); 21 22NW_DEPRECATED_FUNCTION( 23 const <a href="../../../nw/gfx/Camera/Overview.html">Camera</a> *GetActiveCamera() const 24); 25 26NW_DEPRECATED_FUNCTION( 27 <span>s32</span> GetActiveCameraIndex() const 28); 29</pre> 30 </div> 31 <h2>List of Overloaded Member Functions</h2> 32 <div class="section"> 33 <table class="members"> 34 <tr> 35 <td> 36 <a href="./NW_DEPRECATED_FUNCTION(0).html">NW_DEPRECATED_FUNCTION ( void ) </a> 37 </td> 38 <td>Activates the camera with the specified index. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/SetActiveCamera.html">RenderContext::SetActiveCamera</a>.</td> 39 </tr> 40 <tr> 41 <td> 42 <a href="./NW_DEPRECATED_FUNCTION(1).html">NW_DEPRECATED_FUNCTION ( Camera * ) </a> 43 </td> 44 <td>Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/GetActiveCamera.html">RenderContext::GetActiveCamera</a>.</td> 45 </tr> 46 <tr> 47 <td> 48 <a href="./NW_DEPRECATED_FUNCTION(2).html">NW_DEPRECATED_FUNCTION ( const Camera *GetActiveCamera() ) </a> 49 </td> 50 <td>Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/GetActiveCamera.html">RenderContext::GetActiveCamera</a>.</td> 51 </tr> 52 <tr> 53 <td> 54 <a href="./NW_DEPRECATED_FUNCTION(3).html">NW_DEPRECATED_FUNCTION ( s32 GetActiveCameraIndex() ) </a> 55 </td> 56 <td>Gets the currently active camera index. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/GetActiveCameraIndex.html">RenderContext::GetActiveCameraIndex</a>.</td> 57 </tr> </table> 58 </div> 59 <h2>Description of <CODE>NW_DEPRECATED_FUNCTION ( void ) </CODE></h2> 60 <div class="section"> 61 <p>Activates the camera with the specified index. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/SetActiveCamera.html">RenderContext::SetActiveCamera</a>.</p> 62 </div> 63 <h2>Description of NW_DEPRECATED_FUNCTION ( Camera * )</h2> 64 <div class="section"> 65 <p>Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/GetActiveCamera.html">RenderContext::GetActiveCamera</a>.</p> 66 </div> 67 <h2>Description of NW_DEPRECATED_FUNCTION ( const Camera *GetActiveCamera() )</h2> 68 <div class="section"> 69 <p>Gets the currently active camera. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/GetActiveCamera.html">RenderContext::GetActiveCamera</a>.</p> 70 </div> 71 <h2>Description of NW_DEPRECATED_FUNCTION ( s32 GetActiveCameraIndex() )</h2> 72 <div class="section"> 73 <p>Gets the currently active camera index. This function is scheduled to be removed in version 1.2.0. Be sure to call <a href="../../../nw/gfx/RenderContext/GetActiveCameraIndex.html">RenderContext::GetActiveCameraIndex</a>.</p> 74 </div> 75 <h1>nw::gfx::SceneEnvironment::NW_DEPRECATED_FUNCTION Member Function</h1> 76 <h2>Syntax</h2> 77 <div class="section"> 78 <pre class="definition"> 79NW_DEPRECATED_FUNCTION( 80 void ResetCamera() 81); 82</pre> 83 </div> 84 <h2>Arguments</h2> 85 <div class="section"> 86 <table class="arguments"> 87 <thead> 88 <tr> 89 <td width="15" /> 90 <th>Name</th> 91 <td>Description</td> 92 </tr> 93 </thead> 94 <tr> 95 <td /> 96 <th>ResetCamera()</th> 97 <td> 98 </td> 99 </tr> </table> 100 </div> 101 <h2>Return Values</h2> 102 <div class="section"> </div> 103 <h2>Description</h2> 104 <div class="section"> 105 <p>Resets the camera state. This function is scheduled to be removed in version 1.2.0.</p> 106 </div> 107 <hr><p>CONFIDENTIAL</p></body> 108</html>