Ignore:
Timestamp:
03/07/07 17:34:13 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns
Files:
2 edited

Legend:

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

    r2189 r2200  
    2929        */ 
    3030        String getEntryPointTextureName(){return name;} 
     31        String getClusterLengthTextureName(){return clusterLengthTexture->getName();} 
    3132         
    3233protected: 
     
    3940        */ 
    4041        Texture* entryPointTexture; 
     42        Texture* clusterLengthTexture; 
    4143         
    4244        //inherited 
  • 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.