Changeset 1355 for GTP/trunk/App/Demos/Illum/Ogre/Media/particle
- Timestamp:
- 09/13/06 11:23:27 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/particle/GameTools.particle
r1339 r1355 91 91 material HPS_SMOKE_S 92 92 renderer sprite 93 particle_width 2094 particle_height 2093 particle_width 40 94 particle_height 40 95 95 cull_each false 96 quota 3096 quota 100 97 97 billboard_type point 98 98 99 99 // Area emitter 100 emitter Box100 emitter Point 101 101 { 102 102 // colour 0.7 0.8 0.3 0 … … 104 104 colour_range_end 0.8 1 0.5 0 105 105 106 angle 30107 emission_rate 6106 angle 160 107 emission_rate 20 108 108 time_to_live 3 109 109 direction 0 1 0 110 velocity 0111 width 120112 height 120113 depth 30110 velocity 20 111 // width 120 112 // height 120 113 // depth 30 114 114 } 115 115
Note: See TracChangeset
for help on using the changeset viewer.