- Timestamp:
- 06/12/07 17:08:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.material
r2445 r2450 19 19 pass 20 20 { 21 //IllumTechniques22 //{23 //RenderTechnique SphericalBillboard24 //{25 //texture_unit_id 126 //}27 //}21 IllumTechniques 22 { 23 RenderTechnique SphericalBillboard 24 { 25 texture_unit_id 1 26 } 27 } 28 28 29 depth_check o n29 depth_check off 30 30 depth_write off 31 31 scene_blend src_alpha one … … 43 43 param_named_auto farplane far_clip_distance 44 44 param_named_auto nearplane near_clip_distance 45 param_named color float4 0.95 0.96 0.95 0.945 param_named color float4 0.95 0.96 0.95 1.2 46 46 param_named symmetry float 0.1 47 47 param_named_auto lightCPos light_position_view_space 0
Note: See TracChangeset
for help on using the changeset viewer.