- Timestamp:
- 03/27/07 11:55:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic.material
r2284 r2294 44 44 pass mainpass 45 45 { 46 cull_hardware clockwise46 cull_hardware none 47 47 vertex_program_ref GTP/Basic/VPos_VS 48 48 { … … 69 69 material GTP/Basic/CameraDepth 70 70 { 71 technique 72 { 73 pass 71 technique maintechnique 72 { 73 pass mainpass 74 74 { 75 75 cull_hardware clockwise … … 86 86 } 87 87 88 material GTP/Basic/CameraDepthCCW : GTP/Basic/CameraDepthCCW 89 { 90 technique 91 { 92 pass 93 { 94 cull_hardware anticlockwise 95 vertex_program_ref GTP/Basic/CPos_VS 96 { 97 param_named_auto WorldViewProj worldviewproj_matrix 98 param_named_auto WorldView worldview_matrix 99 } 100 fragment_program_ref GTP/Basic/CDepth_PS 101 { 102 } 88 material GTP/Basic/CameraDepthCCW : GTP/Basic/CameraDepth 89 { 90 technique maintechnique 91 { 92 pass mainpass 93 { 94 cull_hardware anticlockwise 103 95 } 104 96 } … … 173 165 { 174 166 vertex_program_ref GTP/Basic/LightVPos_VS 175 176 param_named_auto World world_matrix177 178 param_named LightViewProj matrix4x4179 167 { 168 param_named_auto World world_matrix 169 param_named_auto WorldViewProj worldviewproj_matrix 170 param_named LightViewProj matrix4x4 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 171 } 180 172 fragment_program_ref GTP/Basic/LightVPos_PS 181 173 { 182 174 183 175 } 184 176 } 185 177 }
Note: See TracChangeset
for help on using the changeset viewer.