- Timestamp:
- 12/13/06 16:36:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreCubeMapRenderingRun.h
r1725 r1886 49 49 String selfMaterial, 50 50 String environmentMaterial, 51 bool getMinMax, 51 52 RenderingRunType cubemapRunType); 52 53 /** … … 54 55 */ 55 56 String getCubeMapTextureName(){return name;} 57 58 Vector4 getMax(){return max;} 59 Vector4 getMin(){return min;} 56 60 57 61 protected: … … 74 78 bool useEnvMaterial; 75 79 RenderingRunType cubemapRunType; 80 81 Vector4 min; 82 Vector4 max; 83 84 85 bool getMinMax; 76 86 77 87 void getCubeMapMinMax(); 78 88 //inherited 79 89 inline void createCubeMap();
Note: See TracChangeset
for help on using the changeset viewer.