[Orxonox-commit 1450] r6168 - code/branches/presentation2/data/particle

landauf at orxonox.net landauf at orxonox.net
Thu Nov 26 20:10:52 CET 2009


Author: landauf
Date: 2009-11-26 20:10:52 +0100 (Thu, 26 Nov 2009)
New Revision: 6168

Modified:
   code/branches/presentation2/data/particle/rocketfire.particle
Log:
tweaked rocketfire a little

Modified: code/branches/presentation2/data/particle/rocketfire.particle
===================================================================
--- code/branches/presentation2/data/particle/rocketfire.particle	2009-11-26 18:41:49 UTC (rev 6167)
+++ code/branches/presentation2/data/particle/rocketfire.particle	2009-11-26 19:10:52 UTC (rev 6168)
@@ -1,6 +1,6 @@
 particle_system Orxonox/rocketfire
 {
-	quota	5000
+	quota	300
 	material	PE/explosion
 	particle_width	9
 	particle_height	5
@@ -23,15 +23,15 @@
 		colour	1 0.682759 1 1
 		colour_range_start	1 0.682759 1 1
 		colour_range_end	1 0.682759 1 1
-		direction	0 1 0
-		emission_rate	600
-		position	0 0 0
+		direction	0 0 1
+		emission_rate	1000
+		position	0 0 3
 		velocity	10
 		velocity_min	10
 		velocity_max	48
-		time_to_live	0.3
-		time_to_live_min	0.3
-		time_to_live_max	0.5
+		time_to_live	0.15
+		time_to_live_min	0.15
+		time_to_live_max	0.25
 		duration	0
 		duration_min	0
 		duration_max	0
@@ -40,7 +40,7 @@
 		repeat_delay_max	0
 		width	1.5
 		height	1.5
-		depth	0
+		depth	15
 	}
 
 	affector Scaler




More information about the Orxonox-commit mailing list