Ignore:
Timestamp:
12/13/06 16:36:34 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreCubeMapRenderingRun.h

    r1725 r1886  
    4949                                                                 String selfMaterial, 
    5050                                                                 String environmentMaterial, 
     51                                                                 bool getMinMax, 
    5152                                                                 RenderingRunType cubemapRunType); 
    5253        /** 
     
    5455        */ 
    5556        String getCubeMapTextureName(){return name;} 
     57 
     58        Vector4 getMax(){return max;} 
     59        Vector4 getMin(){return min;} 
    5660         
    5761protected: 
     
    7478        bool useEnvMaterial; 
    7579        RenderingRunType cubemapRunType; 
     80 
     81        Vector4 min; 
     82        Vector4 max; 
     83 
     84 
     85        bool getMinMax; 
    7686         
    77          
     87        void getCubeMapMinMax(); 
    7888        //inherited 
    7989        inline void createCubeMap(); 
Note: See TracChangeset for help on using the changeset viewer.