Changeset 1118 for GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
- Timestamp:
- 07/11/06 15:47:50 (19 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material
r1102 r1118 170 170 pass 171 171 { 172 cull_hardware anticlockwise172 //cull_hardware anticlockwise 173 173 174 174 vertex_program_ref GameTools/ShadowMap/DepthVS 175 175 { 176 param_named_auto worldView worldview_matrix 177 param_named_auto worldViewProj worldviewproj_matrix 178 176 param_named_auto viewProj viewproj_matrix 177 param_named_auto worldViewProj worldviewproj_matrix 179 178 } 180 179 fragment_program_ref GameTools/ShadowMap/DepthPS -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.program
r1102 r1118 228 228 { 229 229 source GameTools_DepthShadow.hlsl 230 entry_point hDepthVS231 target vs_ 1_1230 entry_point DepthVS 231 target vs_3_0 232 232 } 233 233 … … 236 236 source GameTools_DepthShadow.hlsl 237 237 entry_point DepthPS 238 target ps_ 2_0238 target ps_3_0 239 239 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.