[Orxonox-commit 2273] r6989 - code/branches/skybox2/data/particle

gionc at orxonox.net gionc at orxonox.net
Thu May 27 21:04:21 CEST 2010


Author: gionc
Date: 2010-05-27 21:04:21 +0200 (Thu, 27 May 2010)
New Revision: 6989

Modified:
   code/branches/skybox2/data/particle/fog.particle
Log:
updated particle Effects

Modified: code/branches/skybox2/data/particle/fog.particle
===================================================================
--- code/branches/skybox2/data/particle/fog.particle	2010-05-27 19:03:52 UTC (rev 6988)
+++ code/branches/skybox2/data/particle/fog.particle	2010-05-27 19:04:21 UTC (rev 6989)
@@ -21,9 +21,9 @@
 	emitter Ellipsoid
 	{
 		angle	180
-		colour	0.3 0.3 0.3 0.3
+		colour	0.3 0.3 0.3 0.25
 		colour_range_start	0.3 0.3 0.3 0.1
-		colour_range_end	0.3 0.3 0.3 0.3
+		colour_range_end	0.3 0.3 0.3 0.25
 		direction	0 1 0
 		emission_rate	16
 		position	0 0 0
@@ -144,9 +144,9 @@
 		angle	180
 		colour	0.3 0.3 0.3 0.3
 		colour_range_start	0.3 0.3 0.3 0.1
-		colour_range_end	0.3 0.3 0.3 0.3
+		colour_range_end	0.3 0.3 0.3 0.25
 		direction	0 1 0
-		emission_rate	16
+		emission_rate	22
 		position	0 0 0
 		velocity	2
 		velocity_min	2
@@ -179,3 +179,63 @@
     }
 
 }
+
+particle_system Orxonox/fog4
+{
+	quota	1000
+	material	PE/smoke4
+	particle_width	2000
+	particle_height	1500
+	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 Ellipsoid
+	{
+		angle	180
+		colour	0.3 0.3 0.3 0.3
+		colour_range_start	0.3 0.3 0.3 0.1
+		colour_range_end	0.3 0.3 0.3 0.25
+		direction	0 1 0
+		emission_rate	22
+		position	0 0 0
+		velocity	2
+		velocity_min	2
+		velocity_max	2
+		time_to_live	100000
+		time_to_live_min	100000
+		time_to_live_max	100000
+		duration	5
+		duration_min	4
+		duration_max	7
+		repeat_delay	0
+		repeat_delay_min	0
+		repeat_delay_max	0
+		width	10000
+		height	10000
+		depth	10000
+	}
+
+	affector Scaler
+	{
+		rate	3
+	}
+
+    affector Rotator
+    {
+        rotation_range_start 0
+        rotation_range_end 360
+        rotation_speed_range_start 0
+        rotation_speed_range_end 0
+    }
+
+}




More information about the Orxonox-commit mailing list