[Orxonox-commit 1391] r6109 - code/branches/particles2/data/particle

cdaniel at orxonox.net cdaniel at orxonox.net
Fri Nov 20 20:59:21 CET 2009


Author: cdaniel
Date: 2009-11-20 20:59:20 +0100 (Fri, 20 Nov 2009)
New Revision: 6109

Added:
   code/branches/particles2/data/particle/bigexplosion.particle
Log:
New Explosion added (bigger than actual rocket explosion)

Added: code/branches/particles2/data/particle/bigexplosion.particle
===================================================================
--- code/branches/particles2/data/particle/bigexplosion.particle	                        (rev 0)
+++ code/branches/particles2/data/particle/bigexplosion.particle	2009-11-20 19:59:20 UTC (rev 6109)
@@ -0,0 +1,72 @@
+particle_system Orxonox/bigexplosion
+{
+	quota	3000
+	material	PE/explosion
+	particle_width	100
+	particle_height	100
+	cull_each	false
+	renderer	billboard
+	sorted	false
+	local_space	false
+	iteration_interval	0
+	nonvisible_update_timeout	0
+	billboard_type	point
+	billboard_origin	center
+	billboard_rotation_type	vertex
+	common_up_vector	0 1 0
+	point_rendering	false
+	accurate_facing	false
+
+	emitter Point
+	{
+		angle	180
+		colour	0 0 0 0
+		colour_range_start	0 0 0 0
+		colour_range_end	0 0 0 0
+		direction	0 1 0
+		emission_rate	2000
+		position	0 0 0
+		velocity	300
+		velocity_min	300
+		velocity_max	300
+		time_to_live	1.4
+		time_to_live_min	1.4
+		time_to_live_max	1.8
+		duration	0.3
+		duration_min	0.3
+		duration_max	0.3
+		repeat_delay	5
+		repeat_delay_min	5
+		repeat_delay_max	5
+	}
+
+	affector Scaler
+	{
+		rate	20
+	}
+
+	affector Rotator
+	{
+		rotation_speed_range_start	0
+		rotation_speed_range_end	-7.2
+		rotation_range_start	0
+		rotation_range_end	360
+	}
+
+	affector ColourInterpolator
+	{
+		colour0	0.5 0.5 0.5 0
+		time0	0
+		colour1	0.4 0.4 0.4 0
+		time1	0.1
+		colour2	0.2 0.2 0.2 0
+		time2	0.3
+		colour3	0 0 0 0
+		time3	1.4
+		colour4	0.5 0.5 0.5 0
+		time4	1
+		colour5	0.5 0.5 0.5 0
+		time5	1.5
+	}
+}
+




More information about the Orxonox-commit mailing list