Changeset 2445 for GTP/trunk/App/Demos/Illum
- Timestamp:
- 06/12/07 16:54:41 (17 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.hlsl
r2414 r2445 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 … … 96 96 float ld2 = max(0.01, ld * ld); 97 97 phase = lightPower / ld2; 98 Color.rgb *= phase;98 //Color.rgb *= phase; 99 99 return Color; 100 100 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.material
r2414 r2445 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 ff29 depth_check on 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. 145 param_named color float4 0.95 0.96 0.95 0.9 46 46 param_named symmetry float 0.1 47 47 param_named_auto lightCPos light_position_view_space 0 -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.particle
r2414 r2445 4 4 quota 20 5 5 material MoriaDust 6 particle_width 257 particle_height 256 particle_width 10 7 particle_height 10 8 8 cull_each false 9 9 renderer billboard … … 43 43 green1 0 44 44 blue1 0 45 alpha1 0. 545 alpha1 0.8 46 46 red2 0 47 47 green2 0 48 48 blue2 0 49 alpha2 -0. 549 alpha2 -0.8 50 50 state_change 2 51 51 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPAdvancedEnvMap/diffuse/GTPDiffuse.material
r2442 r2445 25 25 technique 26 26 { 27 //pass 28 ///{ 29 // lighting on 30 //} 31 pass 27 pass 28 { 29 lighting on 30 } 31 32 33 } 34 } 35 36 pass 32 37 { 33 38 //scene_blend add … … 76 81 } 77 82 } 78 79 }80 }81 82 83 83 84 84 material GTP/Diffuse/Point2Point
Note: See TracChangeset
for help on using the changeset viewer.