Changeset 5689 for code/branches/resource2/data/particle/Example.particle
- Timestamp:
- Aug 29, 2009, 10:04:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/data/particle/Example.particle
r5352 r5689 2 2 3 3 // Exudes greeny particles which float upwards 4 Examples/GreenyNimbus4 particle_system Examples/GreenyNimbus 5 5 { 6 6 material Examples/FlarePointSprite … … 49 49 50 50 // A sparkly purple fountain 51 Examples/PurpleFountain51 particle_system Examples/PurpleFountain 52 52 { 53 53 material Examples/Flare2 … … 89 89 90 90 // A downpour 91 Examples/Rain91 particle_system Examples/Rain 92 92 { 93 93 material Examples/Droplet … … 125 125 126 126 // A jet engine (of sorts) 127 Examples/JetEngine1127 particle_system Examples/JetEngine1 128 128 { 129 129 material Examples/Flare … … 154 154 155 155 } 156 Examples/JetEngine2156 particle_system Examples/JetEngine2 157 157 { 158 158 material Examples/Flare … … 185 185 186 186 // Exudes aureola particles which around the model float upwards 187 Examples/Aureola187 particle_system Examples/Aureola 188 188 { 189 189 material Examples/Aureola … … 247 247 248 248 249 Examples/Swarm249 particle_system Examples/Swarm 250 250 { 251 251 quota 3000 … … 342 342 343 343 344 Examples/Snow344 particle_system Examples/Snow 345 345 { 346 346 quota 2000
Note: See TracChangeset
for help on using the changeset viewer.