Changeset 2095 for GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
- Timestamp:
- 02/05/07 17:43:39 (18 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/colorcube.material
r2054 r2095 5 5 pass 6 6 { 7 //lighting off7 lighting off 8 8 IllumTechniques 9 9 { … … 13 13 max_caster_count 10 14 14 } 15 RenderTechnique DepthShadowReciever16 {17 max_light_count 118 vertex_program_name GameTools/ShadowMap/ShadowDistVS19 fragment_program_name GameTools/ShadowMap/ShadowDistPS20 set_light_view true21 set_light_farplane true22 }15 //RenderTechnique DepthShadowReciever 16 //{ 17 // max_light_count 1 18 // vertex_program_name GameTools/ShadowMap/ShadowDistVS 19 // fragment_program_name GameTools/ShadowMap/ShadowDistPS 20 // set_light_view true 21 // set_light_farplane true 22 //} 23 23 } 24 24 25 25 texture_unit 26 26 { 27 texture roomc.PNG 28 tex_coord_set 0 29 colour_op modulate 27 texture roomcdark.PNG 28 //texture object_SE_0_PHOTONMAP 29 //tex_coord_set 0 30 //colour_op modulate 30 31 } 31 32 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/difflab.material
r2054 r2095 191 191 set_light_view true 192 192 set_light_farplane true 193 } 194 RenderTechnique CausticReciever 195 { 196 max_caster_count 3 197 } 193 } 198 194 } 199 195
Note: See TracChangeset
for help on using the changeset viewer.