source: OGRE/trunk/ogrenew/Docs/api/html/OgreAutoParamDataSource_8h-source.html @ 692

Revision 692, 28.2 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>OgreAutoParamDataSource.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>OgreAutoParamDataSource.h</h1><a href="OgreAutoParamDataSource_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*</span>
1100002 <span class="comment">-----------------------------------------------------------------------------</span>
1200003 <span class="comment">This source file is part of OGRE</span>
1300004 <span class="comment">    (Object-oriented Graphics Rendering Engine)</span>
1400005 <span class="comment">For the latest info, see http://ogre.sourceforge.net/</span>
1500006 <span class="comment"></span>
1600007 <span class="comment">Copyright (c) 2000-2005 The OGRE Team</span>
1700008 <span class="comment">Also see acknowledgements in Readme.html</span>
1800009 <span class="comment"></span>
1900010 <span class="comment">This program is free software; you can redistribute it and/or modify it under</span>
2000011 <span class="comment">the terms of the GNU Lesser General Public License as published by the Free Software</span>
2100012 <span class="comment">Foundation; either version 2 of the License, or (at your option) any later</span>
2200013 <span class="comment">version.</span>
2300014 <span class="comment"></span>
2400015 <span class="comment">This program is distributed in the hope that it will be useful, but WITHOUT</span>
2500016 <span class="comment">ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span>
2600017 <span class="comment">FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</span>
2700018 <span class="comment"></span>
2800019 <span class="comment">You should have received a copy of the GNU Lesser General Public License along with</span>
2900020 <span class="comment">this program; if not, write to the Free Software Foundation, Inc., 59 Temple</span>
3000021 <span class="comment">Place - Suite 330, Boston, MA 02111-1307, USA, or go to</span>
3100022 <span class="comment">http://www.gnu.org/copyleft/lesser.txt.</span>
3200023 <span class="comment">-----------------------------------------------------------------------------</span>
3300024 <span class="comment">*/</span>
3400025 <span class="preprocessor">#ifndef __AutoParamDataSource_H_</span>
3500026 <span class="preprocessor"></span><span class="preprocessor">#define __AutoParamDataSource_H_</span>
3600027 <span class="preprocessor"></span>
3700028 <span class="preprocessor">#include "<a class="code" href="OgrePrerequisites_8h.html">OgrePrerequisites.h</a>"</span>
3800029 <span class="preprocessor">#include "<a class="code" href="OgreCommon_8h.html">OgreCommon.h</a>"</span>
3900030 <span class="preprocessor">#include "<a class="code" href="OgreMatrix4_8h.html">OgreMatrix4.h</a>"</span>
4000031 <span class="preprocessor">#include "<a class="code" href="OgreVector4_8h.html">OgreVector4.h</a>"</span>
4100032 <span class="preprocessor">#include "<a class="code" href="OgreLight_8h.html">OgreLight.h</a>"</span>
4200033 <span class="preprocessor">#include "<a class="code" href="OgreColourValue_8h.html">OgreColourValue.h</a>"</span>
4300034
4400035 <span class="keyword">namespace </span>Ogre {
4500036
4600037
47<a name="l00048"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html">00048</a>     <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a16">_OgreExport</a> AutoParamDataSource
4800049     {
4900050     <span class="keyword">protected</span>:
50<a name="l00051"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep0">00051</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mWorldMatrix[256];
51<a name="l00052"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep1">00052</a>         <span class="keyword">mutable</span> size_t mWorldMatrixCount;
52<a name="l00053"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep2">00053</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mWorldViewMatrix;
53<a name="l00054"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep3">00054</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mViewProjMatrix;
54<a name="l00055"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep4">00055</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mWorldViewProjMatrix;
55<a name="l00056"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep5">00056</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseWorldMatrix;
56<a name="l00057"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep6">00057</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseWorldViewMatrix;
57<a name="l00058"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep7">00058</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseViewMatrix;
58<a name="l00059"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep8">00059</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseTransposeWorldMatrix;
59<a name="l00060"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep9">00060</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mInverseTransposeWorldViewMatrix;
60<a name="l00061"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep10">00061</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> mCameraPositionObjectSpace;
61<a name="l00062"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep11">00062</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mTextureViewProjMatrix;
62<a name="l00063"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep12">00063</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mViewMatrix;
63<a name="l00064"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep13">00064</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> mProjectionMatrix;
64<a name="l00065"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep14">00065</a>         <span class="keyword">mutable</span> <a class="code" href="namespaceOgre.html#a465">Real</a> mDirLightExtrusionDistance;
65<a name="l00066"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep15">00066</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> mCameraPosition;
6600067
67<a name="l00068"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep16">00068</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mWorldMatrixDirty;
68<a name="l00069"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep17">00069</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mViewMatrixDirty;
69<a name="l00070"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep18">00070</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mProjMatrixDirty;
70<a name="l00071"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep19">00071</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mWorldViewMatrixDirty;
71<a name="l00072"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep20">00072</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mViewProjMatrixDirty;
72<a name="l00073"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep21">00073</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mWorldViewProjMatrixDirty;
73<a name="l00074"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep22">00074</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseWorldMatrixDirty;
74<a name="l00075"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep23">00075</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseWorldViewMatrixDirty;
75<a name="l00076"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep24">00076</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseViewMatrixDirty;
76<a name="l00077"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep25">00077</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseTransposeWorldMatrixDirty;
77<a name="l00078"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep26">00078</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mInverseTransposeWorldViewMatrixDirty;
78<a name="l00079"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep27">00079</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mCameraPositionObjectSpaceDirty;
79<a name="l00080"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep28">00080</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mCameraPositionDirty;
80<a name="l00081"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep29">00081</a>         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> mTextureViewProjMatrixDirty;
81<a name="l00082"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep30">00082</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a> mAmbientLight;
82<a name="l00083"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep31">00083</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a> mFogColour;
83<a name="l00084"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep32">00084</a>         <span class="keyword">mutable</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> mFogParams;
84<a name="l00085"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep33">00085</a>         <span class="keyword">mutable</span> <span class="keywordtype">int</span> mPassNumber;
8500086
86<a name="l00087"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep34">00087</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Renderable.html">Renderable</a>* mCurrentRenderable;
87<a name="l00088"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep35">00088</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Camera.html">Camera</a>* mCurrentCamera;
88<a name="l00089"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep36">00089</a>         <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a73">LightList</a>* mCurrentLightList;
89<a name="l00090"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep37">00090</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Frustum.html">Frustum</a>* mCurrentTextureProjector;
90<a name="l00091"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep38">00091</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1RenderTarget.html">RenderTarget</a>* mCurrentRenderTarget;
91<a name="l00092"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep39">00092</a>         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Viewport.html">Viewport</a>* mCurrentViewport;
9200093
93<a name="l00094"></a><a class="code" href="classOgre_1_1AutoParamDataSource.html#Ogre_1_1AutoParamDataSourcep40">00094</a>         <a class="code" href="classOgre_1_1Light.html">Light</a> mBlankLight;
9400095     <span class="keyword">public</span>:
9500096         AutoParamDataSource();
9600097         ~AutoParamDataSource();
9700099         <span class="keywordtype">void</span> setCurrentRenderable(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Renderable.html">Renderable</a>* rend);
9800101         <span class="keywordtype">void</span> setCurrentCamera(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Camera.html">Camera</a>* cam);
9900103         <span class="keywordtype">void</span> setCurrentLightList(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a73">LightList</a>* ll);
10000105         <span class="keywordtype">void</span> setTextureProjector(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Frustum.html">Frustum</a>* frust);
10100107         <span class="keywordtype">void</span> setCurrentRenderTarget(<span class="keyword">const</span> <a class="code" href="classOgre_1_1RenderTarget.html">RenderTarget</a>* target);
10200109         <span class="keywordtype">void</span> setCurrentViewport(<span class="keyword">const</span> <a class="code" href="classOgre_1_1Viewport.html">Viewport</a>* viewport);
10300111         <span class="keywordtype">void</span> setShadowDirLightExtrusionDistance(<a class="code" href="namespaceOgre.html#a465">Real</a> dist);
10400112
10500113         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getWorldMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10600114         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>* getWorldMatrixArray(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10700115         size_t getWorldMatrixCount(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10800116         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
10900117         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getViewProjectionMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11000118         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getProjectionMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11100119         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getWorldViewProjMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11200120         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getWorldViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11300121         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseWorldMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11400122         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseWorldViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11500123         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11600124         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseTransposeWorldMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11700125         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getInverseTransposeWorldViewMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11800126         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a>&amp; getCameraPosition(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
11900127         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a>&amp; getCameraPositionObjectSpace(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12000129         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Light.html">Light</a>&amp; getLight(size_t index) <span class="keyword">const</span>;
12100130         <span class="keywordtype">void</span> setAmbientLightColour(<span class="keyword">const</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; ambient);
12200131         <span class="keyword">const</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; getAmbientLightColour(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12300132         <span class="keywordtype">void</span> setFog(FogMode mode, <span class="keyword">const</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; colour, <a class="code" href="namespaceOgre.html#a465">Real</a> expDensity, <a class="code" href="namespaceOgre.html#a465">Real</a> linearStart, <a class="code" href="namespaceOgre.html#a465">Real</a> linearEnd);
12400133         <span class="keyword">const</span> <a class="code" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; getFogColour(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12500134         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Vector4.html">Vector4</a>&amp; getFogParams(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12600135         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a>&amp; getTextureViewProjMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12700136         <span class="keyword">const</span> <a class="code" href="classOgre_1_1RenderTarget.html">RenderTarget</a>* getCurrentRenderTarget(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12800137         <span class="keyword">const</span> <a class="code" href="classOgre_1_1Renderable.html">Renderable</a>* getCurrentRenderable(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
12900138         <a class="code" href="namespaceOgre.html#a465">Real</a> getShadowExtrusionDistance(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
13000139         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseViewProjMatrix(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
13100140         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseTransposeViewProjMatrix() <span class="keyword">const</span>;
13200141         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeViewProjMatrix() <span class="keyword">const</span>;
13300142         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeViewMatrix() <span class="keyword">const</span>;
13400143         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeProjectionMatrix() <span class="keyword">const</span>;
13500144         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseProjectionMatrix() <span class="keyword">const</span>;
13600145         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseTransposeProjectionMatrix() <span class="keyword">const</span>;
13700146         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeWorldViewProjMatrix() <span class="keyword">const</span>;
13800147         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseWorldViewProjMatrix() <span class="keyword">const</span>;
13900148         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getInverseTransposeWorldViewProjMatrix() <span class="keyword">const</span>;
14000149         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeWorldViewMatrix() <span class="keyword">const</span>;
14100150         <a class="code" href="classOgre_1_1Matrix4.html">Matrix4</a> getTransposeWorldMatrix() <span class="keyword">const</span>;
14200151         <a class="code" href="namespaceOgre.html#a465">Real</a> getTime(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
14300152         <a class="code" href="namespaceOgre.html#a465">Real</a> getTime_0_X(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
14400153         <a class="code" href="namespaceOgre.html#a465">Real</a> getCosTime_0_X(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
14500154         <a class="code" href="namespaceOgre.html#a465">Real</a> getSinTime_0_X(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
14600155         <a class="code" href="namespaceOgre.html#a465">Real</a> getTanTime_0_X(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
14700156         <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> getTime_0_X_packed(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
14800157         <a class="code" href="namespaceOgre.html#a465">Real</a> getTime_0_1(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
14900158         <a class="code" href="namespaceOgre.html#a465">Real</a> getCosTime_0_1(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15000159         <a class="code" href="namespaceOgre.html#a465">Real</a> getSinTime_0_1(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15100160         <a class="code" href="namespaceOgre.html#a465">Real</a> getTanTime_0_1(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15200161         <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> getTime_0_1_packed(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15300162         <a class="code" href="namespaceOgre.html#a465">Real</a> getTime_0_2Pi(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15400163         <a class="code" href="namespaceOgre.html#a465">Real</a> getCosTime_0_2Pi(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15500164         <a class="code" href="namespaceOgre.html#a465">Real</a> getSinTime_0_2Pi(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15600165         <a class="code" href="namespaceOgre.html#a465">Real</a> getTanTime_0_2Pi(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15700166         <a class="code" href="classOgre_1_1Vector4.html">Vector4</a> getTime_0_2Pi_packed(<a class="code" href="namespaceOgre.html#a465">Real</a> x) <span class="keyword">const</span>;
15800167         <a class="code" href="namespaceOgre.html#a465">Real</a> getFrameTime(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
15900168         <a class="code" href="namespaceOgre.html#a465">Real</a> getFPS() <span class="keyword">const</span>;
16000169         <a class="code" href="namespaceOgre.html#a465">Real</a> getViewportWidth() <span class="keyword">const</span>;
16100170         <a class="code" href="namespaceOgre.html#a465">Real</a> getViewportHeight() <span class="keyword">const</span>;
16200171         <a class="code" href="namespaceOgre.html#a465">Real</a> getInverseViewportWidth() <span class="keyword">const</span>;
16300172         <a class="code" href="namespaceOgre.html#a465">Real</a> getInverseViewportHeight() <span class="keyword">const</span>;
16400173         <a class="code" href="classOgre_1_1Vector3.html">Vector3</a> getViewDirection() <span class="keyword">const</span>;
16500174         <a class="code" href="classOgre_1_1Vector3.html">Vector3</a> getViewSideVector() <span class="keyword">const</span>;
16600175         <a class="code" href="classOgre_1_1Vector3.html">Vector3</a> getViewUpVector() <span class="keyword">const</span>;
16700176         <a class="code" href="namespaceOgre.html#a465">Real</a> getFOV() <span class="keyword">const</span>;
16800177         <a class="code" href="namespaceOgre.html#a465">Real</a> getNearClipDistance() <span class="keyword">const</span>;
16900178         <a class="code" href="namespaceOgre.html#a465">Real</a> getFarClipDistance() <span class="keyword">const</span>;
17000179         <span class="keywordtype">int</span> getPassNumber(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
17100180         <span class="keywordtype">void</span> setPassNumber(<span class="keyword">const</span> <span class="keywordtype">int</span> passNumber);
17200181         <span class="keywordtype">void</span> incPassNumber(<span class="keywordtype">void</span>);
17300182     };
17400183 }
17500184
17600185 <span class="preprocessor">#endif</span>
177</pre></div><hr>
178<p>
179Copyright &copy; 2000-2005 by The OGRE Team<br />
180<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
181This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
182                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
183                <Work rdf:about="">
184                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
185        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
186                </Work>
187                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
188
189Last modified Sun Mar 12 14:37:37 2006
190</p>
191</body>
192</html>
Note: See TracBrowser for help on using the repository browser.