Changeset 1451
- Timestamp:
- 09/21/06 20:00:22 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/GameTools_HPS_Smoke_S.hlsl
r1446 r1451 58 58 b = bPosition.z / bPosition.w; 59 59 60 alpha = pow(w / IN.r, 4);60 // alpha = pow(w / IN.r, 4); 61 61 } 62 62 else … … 65 65 Color.r = b; 66 66 Color.g = 1 - f; 67 68 alpha = 1; 67 69 Color.a = alpha * IN.Color.a; 68 70 Color.a *= tex2D(Texture, IN.texCoord).r * 0.7; -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material
r1441 r1451 84 84 ambient 0.1 0.11 0.15 85 85 diffuse 0.8 0.9 1.0 86 } 87 } 88 } 89 90 material TestPlane 91 { 92 technique 93 { 94 pass 95 { 96 ambient 0.3 0.3 0.4 97 diffuse 0.9 0.9 1.0 98 99 IllumTechniques 100 { 101 102 RenderTechnique CausticReciever 103 { 104 max_caster_count 10 105 } 106 } 86 107 } 87 108 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools_HPS.material
r1446 r1451 34 34 texture_unit 35 35 { 36 texture smoke .tga36 texture smoke2.jpg 37 37 } 38 38 -
GTP/trunk/App/Demos/Illum/Ogre/Media/particle/GameTools.particle
r1446 r1451 93 93 material HPS_SMOKE_S 94 94 renderer sprite 95 particle_width 3596 particle_height 3595 particle_width 45 96 particle_height 45 97 97 cull_each false 98 98 quota 400 … … 110 110 time_to_live 6 111 111 direction 0 1 0 112 velocity 10112 velocity 8 113 113 114 114 width 20
Note: See TracChangeset
for help on using the changeset viewer.