- Timestamp:
- 04/24/07 14:04:48 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgrePMWeightComputeRenderingRun.h
r2320 r2333 35 35 @brief returns the name of the weight texture 36 36 */ 37 String getPMWeightTetureName(){return weightTexture->getName();}37 static String getPMWeightTextureName(){return weightTexture->getName();} 38 38 //not used 39 39 float* getWeights(){return weights;} 40 40 41 41 void freeAllResources(); 42 static void sumWeights(unsigned long frameNum); 42 43 43 44 protected: … … 57 58 @brief a pointer to the weight texture that was created by this run 58 59 */ 59 Texture* weightTexture;60 static Texture* weightTexture; 60 61 /** 61 62 @brief A pointer to a texture that stores weights for all the entry point. … … 63 64 This texture will be used to determine the weights of the clusters. 64 65 */ 65 Texture* allWeightsTexture;66 static Texture* allWeightsTexture; 66 67 /** 67 68 @brief A pointer to the light source.
Note: See TracChangeset
for help on using the changeset viewer.