Changeset 2152 for GTP/trunk/App
- Timestamp:
- 02/22/07 16:35:39 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 11 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material
r2139 r2152 34 34 texture_unit 35 35 { 36 cubic_texture stormy.jpg separateUV36 cubic_texture morning.jpg separateUV 37 37 tex_address_mode clamp 38 38 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/hangar.material
r2139 r2152 5 5 pass 6 6 { 7 IllumTechniques 8 { 9 10 RenderTechnique CausticReciever 11 { 12 max_caster_count 1 13 } 14 RenderTechnique DepthShadowReciever 15 { 16 max_light_count 3 17 vertex_program_name GameTools/ShadowMap/ShadowDistVS 18 fragment_program_name GameTools/ShadowMap/ShadowDistPS 19 set_light_view true 20 set_light_farplane true 21 } 22 } 23 iteration once_per_light spot 24 //iteration once_per_light point 25 7 26 8 ambient 1.0 1.0 1.0 1 27 9 diffuse 1.0 1.0 1.0 1
Note: See TracChangeset
for help on using the changeset viewer.