Ignore:
Timestamp:
04/24/07 14:04:48 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2320 r2333  
    3535                @brief returns the name of the weight texture 
    3636        */ 
    37         String getPMWeightTetureName(){return weightTexture->getName();} 
     37        static String getPMWeightTextureName(){return weightTexture->getName();} 
    3838        //not used 
    3939        float* getWeights(){return weights;} 
    4040 
    4141        void freeAllResources(); 
     42        static void sumWeights(unsigned long frameNum); 
    4243         
    4344protected: 
     
    5758                @brief a pointer to the weight texture that was created by this run 
    5859        */ 
    59         Texture* weightTexture; 
     60        static Texture* weightTexture; 
    6061        /** 
    6162                @brief A pointer to a texture that stores weights for all the entry point. 
     
    6364                This texture will be used to determine the weights of the clusters. 
    6465        */ 
    65         Texture* allWeightsTexture; 
     66        static Texture* allWeightsTexture; 
    6667        /** 
    6768                @brief A pointer to the light source. 
Note: See TracChangeset for help on using the changeset viewer.