Changeset 1446
- Timestamp:
- 09/21/06 15:53:09 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/GameTools_HPS_Smoke_S.hlsl
r1424 r1446 58 58 b = bPosition.z / bPosition.w; 59 59 60 alpha = pow(w / IN.r, 4) * 0.5;60 alpha = pow(w / IN.r, 4); 61 61 } 62 62 else … … 66 66 Color.g = 1 - f; 67 67 Color.a = alpha * IN.Color.a; 68 //Color.a = tex2D(Texture, IN.texCoord).a * 0.2;68 Color.a *= tex2D(Texture, IN.texCoord).r * 0.7; 69 69 70 70 -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools_HPS.material
r1424 r1446 34 34 texture_unit 35 35 { 36 texture pamacs.dds36 texture smoke.tga 37 37 } 38 38 -
GTP/trunk/App/Demos/Illum/Ogre/Media/particle/GameTools.particle
r1424 r1446 51 51 particle_height 1.6 52 52 cull_each false 53 quota 2 053 quota 220 54 54 billboard_type point 55 55 sorted true … … 63 63 64 64 angle 30 65 emission_rate 666 time_to_live 600000000065 emission_rate 3 66 time_to_live 10 67 67 direction 0 1 0 68 velocity 069 width 10070 height 10071 depth 10068 velocity 20 69 width 70 70 height 70 71 depth 70 72 72 } 73 73 … … 93 93 material HPS_SMOKE_S 94 94 renderer sprite 95 particle_width 3 296 particle_height 3 295 particle_width 35 96 particle_height 35 97 97 cull_each false 98 98 quota 400 … … 110 110 time_to_live 6 111 111 direction 0 1 0 112 velocity 5112 velocity 10 113 113 114 width 50115 height 50116 depth 50114 width 20 115 height 20 116 depth 20 117 117 } 118 118
Note: See TracChangeset
for help on using the changeset viewer.