Changeset 1330 for GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Timestamp:
- 09/11/06 15:30:44 (18 years ago)
- Location:
- GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreHierarchicalParticleSystemTechnique.h
r1062 r1330 28 28 bool useOwnMaterial, 29 29 String impostorMaterialName, 30 bool useVParam, 31 String VParamRadius, 32 bool useFParam, 33 String FParamRadius, 30 34 Pass* pass, 31 35 OgreRenderable* parentRenderable, … … 35 39 @brief Destructor. 36 40 */ 37 ~OgreHierarchicalParticleSystemTechnique(); 41 ~OgreHierarchicalParticleSystemTechnique(); 42 43 //inherited 44 void update(unsigned long frameNum); 38 45 39 46 protected: … … 44 51 unsigned char impostorTexID; 45 52 bool useOwnMaterial; 53 String VParamRadius; 54 String FParamRadius; 55 bool useVParam; 56 bool useFParam; 46 57 47 58 //inherited … … 71 82 String childPSysScriptName; 72 83 bool useOwnMaterial; 84 String VParamRadius; 85 String FParamRadius; 86 bool useVParam; 87 bool useFParam; 73 88 74 89 }; -
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreChildPSystemRenderingRun.h
r1055 r1330 51 51 return false; 52 52 } 53 53 void setNode(SceneNode* n){psysNode = n;} 54 Real getSmallSysRadius(){return sysRad;} 55 54 56 protected: 57 SceneNode* psysNode; 55 58 bool perspectiveRendering; 56 59 bool useOwnMaterial; … … 58 61 String childParticleSystemName; 59 62 String particleScriptName; 63 Real sysRad; 60 64 /** 61 65 @brief the created photon hit map texture
Note: See TracChangeset
for help on using the changeset viewer.