Ignore:
Timestamp:
03/07/07 17:34:13 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2189 r2200  
    2828                @brief returns the name of the camera depth texture 
    2929        */ 
    30         String getPMWeightTetureName(){return name;} 
     30        String getPMWeightTetureName(){return weightTexture->getName();} 
    3131        float* getWeights(){return weights;} 
    3232         
     
    4545        */ 
    4646        Texture* weightTexture; 
     47        Texture* allWeightsTexture; 
    4748         
    4849        Light* light; 
     
    5455         
    5556        inline void createWeightMap(); 
    56  
    57         bool needUpdate(unsigned long frameNum ) 
    58         { 
    59                 return true; 
    60         } 
    61  
    6257}; 
Note: See TracChangeset for help on using the changeset viewer.