- Timestamp:
- 10/23/06 23:26:11 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreDepthShadowRecieverRenderTechnique.h
r836 r1670 47 47 String shadowVertexProgram, 48 48 String shadowFragmentProgram, 49 bool setLightViewMatrix, 50 bool setLightViewProjMatrix, 51 bool setLightProjFarPlane, 52 String lightViewProjParamName, 53 String lightViewParamName, 54 String lightFarPlaneParamName, 49 55 Pass* pass, 50 56 OgreRenderable* parentRenderable, … … 79 85 @breif new passes created by this technique 80 86 */ 81 std::vector<Pass*> passes; 87 std::vector<Pass*> passes; 88 bool setLightViewMatrix; 89 bool setLightViewProjMatrix; 90 bool setLightProjFarPlane; 91 String lightViewProjParamName; 92 String lightViewParamName; 93 String lightFarPlaneParamName; 82 94 }; 83 95 … … 98 110 String shadowVertexProgram; 99 111 String shadowFragmentProgram; 112 bool setLightViewMatrix; 113 bool setLightViewProjMatrix; 114 bool setLightProjFarPlane; 115 String lightViewProjParamName; 116 String lightViewParamName; 117 String lightFarPlaneParamName; 100 118 101 119 };
Note: See TracChangeset
for help on using the changeset viewer.