[Orxonox-commit 3916] r8590 - code/branches/weapons/data/particle

jonas at orxonox.net jonas at orxonox.net
Thu May 26 11:02:55 CEST 2011


Author: jonas
Date: 2011-05-26 11:02:55 +0200 (Thu, 26 May 2011)
New Revision: 8590

Added:
   code/branches/weapons/data/particle/weaponflare.particle
   code/branches/weapons/data/particle/weaponshoot.particle
Log:
naechster versuch

Added: code/branches/weapons/data/particle/weaponflare.particle
===================================================================
--- code/branches/weapons/data/particle/weaponflare.particle	                        (rev 0)
+++ code/branches/weapons/data/particle/weaponflare.particle	2011-05-26 09:02:55 UTC (rev 8590)
@@ -0,0 +1,46 @@
+
+particle_system Orxonox/weaponflare
+{
+	quota	10000
+	material	PE/lensflare
+	particle_width	4
+	particle_height	4
+	cull_each	false
+	renderer	billboard
+	billboard_type	point
+
+	emitter HollowEllipsoid
+	{
+		angle	0
+		colour	0.128 0.28 1 1
+		colour_range_start	0.128 0.28 1 1
+		colour_range_end	0.05 0.05 1 1
+		direction	0 0 0
+		emission_rate	130
+		position	0 0 0
+		velocity	-0.8
+		velocity_min	-0.8
+		velocity_max	-0.8
+		time_to_live	.000001
+		time_to_live_min	.000001
+		time_to_live_max	.000004
+		duration	0
+		duration_min	0
+		duration_max	0
+		repeat_delay	0
+		repeat_delay_min	0
+		repeat_delay_max	0
+		width	0.1
+		height	0.1
+		depth	0.1
+		inner_width	0.001
+		inner_height	0.001
+		inner_depth	0.001
+	}
+
+	affector LinearForce
+	{
+		force_vector	0 0 0
+		force_application	add
+	}
+}


Property changes on: code/branches/weapons/data/particle/weaponflare.particle
___________________________________________________________________
Added: svn:executable
   + *

Added: code/branches/weapons/data/particle/weaponshoot.particle
===================================================================
--- code/branches/weapons/data/particle/weaponshoot.particle	                        (rev 0)
+++ code/branches/weapons/data/particle/weaponshoot.particle	2011-05-26 09:02:55 UTC (rev 8590)
@@ -0,0 +1,57 @@
+
+particle_system Orxonox/weaponshoot
+{
+	quota	2000
+	material	PE/lensflare
+	particle_width	3
+	particle_height	3
+	cull_each	false
+	renderer	billboard
+	billboard_type	point
+
+	emitter Point
+	{
+		angle	0.5
+		colour	0 0 0.8 1
+		colour_range_start	0 0 0.8 1
+		colour_range_end	0.1 0.1 0.9 1
+		direction	0 0 1
+		emission_rate	6
+		position	0 0 0
+		velocity	35
+		velocity_min	35
+		velocity_max	35
+		time_to_live	5
+		time_to_live_min	5
+		time_to_live_max	5
+		duration	1
+		duration_min	1
+		duration_max	1
+		repeat_delay	4
+		repeat_delay_min	4
+		repeat_delay_max	4
+	}
+
+	emitter Point
+	{
+		angle	90
+		colour	0 0 0.8 1
+		colour_range_start	0 0 0.8 1
+		colour_range_end	0.1 0.1 1 1
+		direction	0 0 -1
+		emission_rate	1500
+		position	0 0 0
+		velocity	15
+		velocity_min	15
+		velocity_max	15
+		time_to_live	0.005
+		time_to_live_min	0.005
+		time_to_live_max	0.0075
+		duration	0.75
+		duration_min	0.75
+		duration_max	0.75
+		repeat_delay	4.25
+		repeat_delay_min	4.25
+		repeat_delay_max	4.25
+	}
+}


Property changes on: code/branches/weapons/data/particle/weaponshoot.particle
___________________________________________________________________
Added: svn:executable
   + *




More information about the Orxonox-commit mailing list