Changeset 2450 for GTP/trunk/App/Demos
- Timestamp:
- 06/12/07 17:08:50 (17 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.hlsl
r2445 r2450 83 83 /// fetch opacity from a texture 84 84 Color.a *= tex2D( colorTexture, IN.texCoord.xy).r; 85 //Color.a *= alpha;85 Color.a *= alpha; 86 86 87 87 //illumination -
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.