[Orxonox-commit 4645] r9316 - in code/branches/presentation2012merge/data: levels levels/old particle

dafrick at orxonox.net dafrick at orxonox.net
Mon Jul 9 23:48:00 CEST 2012


Author: dafrick
Date: 2012-07-09 23:47:59 +0200 (Mon, 09 Jul 2012)
New Revision: 9316

Removed:
   code/branches/presentation2012merge/data/particle/smoke1.particle
Modified:
   code/branches/presentation2012merge/data/levels/FPSTest.oxw
   code/branches/presentation2012merge/data/levels/docking.oxw
   code/branches/presentation2012merge/data/levels/events.oxw
   code/branches/presentation2012merge/data/levels/fightInOurBack.oxw
   code/branches/presentation2012merge/data/levels/lastTeamStanding.oxw
   code/branches/presentation2012merge/data/levels/lastTeamStandingII.oxw
   code/branches/presentation2012merge/data/levels/notifications.oxw
   code/branches/presentation2012merge/data/levels/old/presentationPhysics.oxw
   code/branches/presentation2012merge/data/levels/old/princessAeryn.oxw
   code/branches/presentation2012merge/data/levels/pirateAttack.oxw
   code/branches/presentation2012merge/data/levels/planets.oxw
   code/branches/presentation2012merge/data/levels/pong.oxw
   code/branches/presentation2012merge/data/levels/portals.oxw
   code/branches/presentation2012merge/data/levels/presentation09.oxw
   code/branches/presentation2012merge/data/levels/presentation09b.oxw
   code/branches/presentation2012merge/data/levels/presentationDM.oxw
   code/branches/presentation2012merge/data/levels/presentationFS102.oxw
   code/branches/presentation2012merge/data/levels/presentationFS10Ed.oxw
   code/branches/presentation2012merge/data/levels/presentationHS09.oxw
   code/branches/presentation2012merge/data/levels/princessAeryn.oxw
   code/branches/presentation2012merge/data/levels/screenshot.oxw
   code/branches/presentation2012merge/data/levels/teamBaseMatch.oxw
   code/branches/presentation2012merge/data/levels/teamDeathMatch.oxw
   code/branches/presentation2012merge/data/levels/testSwallow.oxw
   code/branches/presentation2012merge/data/levels/tetris.oxw
   code/branches/presentation2012merge/data/levels/theTimeMachine.oxw
   code/branches/presentation2012merge/data/levels/tutorial.oxw
   code/branches/presentation2012merge/data/levels/underAttack.oxw
   code/branches/presentation2012merge/data/levels/waypoints.oxw
Log:
Replacing unlicend skyboxes


Modified: code/branches/presentation2012merge/data/levels/FPSTest.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/FPSTest.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/FPSTest.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -22,7 +22,7 @@
 
   <Scene
    ambientlight = "0.1, 0.1, 0.1"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
    gravity      = "0,-1000,0"
    negativeWorldRange = "-100000, -100000, -100000"
    positiveWorldRange = " 100000,  100000,  100000"

Modified: code/branches/presentation2012merge/data/levels/docking.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/docking.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/docking.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -20,7 +20,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
 
     <Light type="directional" position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />

Modified: code/branches/presentation2012merge/data/levels/events.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/events.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/events.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -21,7 +21,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Modified: code/branches/presentation2012merge/data/levels/fightInOurBack.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/fightInOurBack.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/fightInOurBack.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -120,7 +120,7 @@
     <!-- Ausgang: Szene ===> ambientlight/skybox -->
     <Scene
      ambientlight="0.8,0.8,0.8"
-     skybox="Orxonox/skypanoramagen1"
+     skybox="Orxonox/skyBoxBasic"
     >
 
         <Script code="showGUI NotificationLayer false true" needsGraphics="true" />

Modified: code/branches/presentation2012merge/data/levels/lastTeamStanding.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/lastTeamStanding.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/lastTeamStanding.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -26,7 +26,7 @@
 
   <Scene
     ambientlight = "0.8, 0.8, 0.8"
-    skybox       = "Orxonox/skypanoramagen1"
+    skybox       = "Orxonox/skyBoxBasic"
   >
   <?lua include("includes/notifications.oxi") ?>
 

Modified: code/branches/presentation2012merge/data/levels/lastTeamStandingII.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/lastTeamStandingII.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/lastTeamStandingII.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -24,7 +24,7 @@
 
   <Scene
     ambientlight = "0.8, 0.8, 0.8"
-    skybox       = "Orxonox/skypanoramagen1"
+    skybox       = "Orxonox/skyBoxBasic"
   >
 <!-- TODO:
 1. make collisionshapes bulletproof: -> attach movable entity with dynamic collisionshape within a static collisionshape 

Modified: code/branches/presentation2012merge/data/levels/notifications.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/notifications.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/notifications.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -20,7 +20,7 @@
 
     <Scene
         ambientlight = "0.5, 0.5, 0.5"
-        skybox       = "Orxonox/skypanoramagen1"
+        skybox       = "Orxonox/skyBoxBasic"
     >
 
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />

Modified: code/branches/presentation2012merge/data/levels/old/presentationPhysics.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/old/presentationPhysics.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/old/presentationPhysics.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -11,7 +11,7 @@
 >
   <Scene
    ambientlight = "0.8, 0.8, 0.8"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
    gravity      = "0, -10, 0"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />

Modified: code/branches/presentation2012merge/data/levels/old/princessAeryn.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/old/princessAeryn.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/old/princessAeryn.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -14,7 +14,7 @@
 >
     <Scene
         ambientlight = "0.3, 0.3, 0.3"
-        skybox       = "Orxonox/skypanoramagen1"
+        skybox       = "Orxonox/skyBoxBasic"
     >
 
         <Script code="showGUI NotificationLayer false true" needsGraphics="true" />

Modified: code/branches/presentation2012merge/data/levels/pirateAttack.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/pirateAttack.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/pirateAttack.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -38,7 +38,7 @@
 
     <Scene
         ambientlight = "0.3, 0.3, 0.3"
-        skybox       = "Orxonox/skypanoramagen1"
+        skybox       = "Orxonox/skyBoxBasic"
     >
 
         <Script code="showGUI NotificationLayer false true" needsGraphics="true" />

Modified: code/branches/presentation2012merge/data/levels/planets.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/planets.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/planets.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -20,7 +20,7 @@
 
   <Scene
     ambientlight = "0.8, 0.8, 0.8"
-    skybox       = "Orxonox/skypanoramagen1"
+    skybox       = "Orxonox/skyBoxBasic"
   >
 
     <WorldAmbientSound

Modified: code/branches/presentation2012merge/data/levels/pong.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/pong.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/pong.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -62,7 +62,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 
@@ -91,7 +91,7 @@
             <ParticleSpawner name=scoreeffect_left position="-120,0,-30" source="Orxonox/BigExplosion1part2" lifetime=3.0 autostart=0 />
             <ParticleSpawner name=scoreeffect_left position="-120,0,-45" source="Orxonox/sparks2" lifetime=0.1 autostart=0 />
 
-            <WorldSound name="scoreSound" position="0,0,0" source="sounds/pong_score.wav" >
+            <WorldSound name="scoreSound" position="0,0,0" source="Earth.ogg" >
               <events>
                 <play>
                   <EventListener event=pongcenter />

Modified: code/branches/presentation2012merge/data/levels/portals.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/portals.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/portals.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -22,7 +22,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
 
     <Template name=PortalDefault>

Modified: code/branches/presentation2012merge/data/levels/presentation09.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/presentation09.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/presentation09.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -21,7 +21,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
   
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />

Modified: code/branches/presentation2012merge/data/levels/presentation09b.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/presentation09b.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/presentation09b.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -25,7 +25,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen2"
+   skybox       = "Orxonox/skyBoxSomeNebula"
   >
 
     <?lua

Modified: code/branches/presentation2012merge/data/levels/presentationDM.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/presentationDM.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/presentationDM.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -23,7 +23,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Modified: code/branches/presentation2012merge/data/levels/presentationFS102.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/presentationFS102.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/presentationFS102.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -22,7 +22,7 @@
 
   <Scene
    ambientlight = "0.1, 0.1, 0.1"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
    gravity      = "0,-1000,0"
    negativeWorldRange = "-100000, -100000, -100000"
    positiveWorldRange = " 100000,  100000,  100000"

Modified: code/branches/presentation2012merge/data/levels/presentationFS10Ed.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/presentationFS10Ed.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/presentationFS10Ed.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -22,7 +22,7 @@
 
   <Scene
    ambientlight = "0.1, 0.1, 0.1"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
    gravity      = "0,-1000,0"
    negativeWorldRange = "-100000, -100000, -100000"
    positiveWorldRange = " 100000,  100000,  100000"

Modified: code/branches/presentation2012merge/data/levels/presentationHS09.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/presentationHS09.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/presentationHS09.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -26,7 +26,7 @@
 
   <Scene
    ambientlight = "0.6, 0.4, 0.4"
-   skybox       = "Orxonox/skypanoramagen2"
+   skybox       = "Orxonox/skyBoxSomeNebula"
   >
 
     <?lua

Modified: code/branches/presentation2012merge/data/levels/princessAeryn.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/princessAeryn.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/princessAeryn.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -25,7 +25,7 @@
 
   <Scene
     ambientlight = "0.3, 0.3, 0.3"
-    skybox     = "Orxonox/skypanoramagen1"
+    skybox     = "Orxonox/skyBoxBasic"
   >
 
     <Script code="showGUI NotificationLayer false true" needsGraphics="true" />

Modified: code/branches/presentation2012merge/data/levels/screenshot.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/screenshot.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/screenshot.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -24,7 +24,7 @@
 
   <Scene
    ambientlight = "0.7, 0.6, 0.6"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <!--Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /-->
     <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />

Modified: code/branches/presentation2012merge/data/levels/teamBaseMatch.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/teamBaseMatch.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/teamBaseMatch.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -25,7 +25,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Modified: code/branches/presentation2012merge/data/levels/teamDeathMatch.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/teamDeathMatch.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/teamDeathMatch.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -24,7 +24,7 @@
 
   <Scene
    ambientlight = "0.7, 0.6, 0.6"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Modified: code/branches/presentation2012merge/data/levels/testSwallow.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/testSwallow.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/testSwallow.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -22,7 +22,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Modified: code/branches/presentation2012merge/data/levels/tetris.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/tetris.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/tetris.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -62,7 +62,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
 <!--luke_grey_-_hypermode.ogg allgorythm-lift_up.ogg Fight1.ogg -->
     <WorldAmbientSound

Modified: code/branches/presentation2012merge/data/levels/theTimeMachine.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/theTimeMachine.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/theTimeMachine.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -74,7 +74,7 @@
     
     <Scene
         ambientlight="0.8,0.8,0.8"
-        skybox="Orxonox/skypanoramagen2"
+        skybox="Orxonox/skyBoxSomeNebula"
     >
 
         <Light type=directional position="0,0,0" direction="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 1.0, 0.9" />

Modified: code/branches/presentation2012merge/data/levels/tutorial.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/tutorial.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/tutorial.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -23,7 +23,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
   <attached>

Modified: code/branches/presentation2012merge/data/levels/underAttack.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/underAttack.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/underAttack.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -23,7 +23,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Modified: code/branches/presentation2012merge/data/levels/waypoints.oxw
===================================================================
--- code/branches/presentation2012merge/data/levels/waypoints.oxw	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/levels/waypoints.oxw	2012-07-09 21:47:59 UTC (rev 9316)
@@ -22,7 +22,7 @@
 
   <Scene
    ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+   skybox       = "Orxonox/skyBoxBasic"
   >
     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
 

Deleted: code/branches/presentation2012merge/data/particle/smoke1.particle
===================================================================
--- code/branches/presentation2012merge/data/particle/smoke1.particle	2012-07-09 21:47:32 UTC (rev 9315)
+++ code/branches/presentation2012merge/data/particle/smoke1.particle	2012-07-09 21:47:59 UTC (rev 9316)
@@ -1,43 +0,0 @@
-// Example particle systems
-
-// smoke
-particle_system Examples/Smoke
-{
-    	material        	Examples/Smoke
-    	particle_width  	55
-    	particle_height 	55
-    	cull_each       	true
-    	quota           	500
-    	billboard_type  	point
-		sorted				true
-    
-    	// Area emitter
-    	emitter Point
-    	{
-		angle               		11
-        	emission_rate       		15
-        	time_to_live        		4
-        	direction           		0 1 0
-        	velocity_min        		150
-        	velocity_max        		240    	
-	}
-
-	affector ColourImage
-	{
-		image		smokecolors.png
-	}
-
-   	affector Rotator
-   	{
-        	rotation_range_start  		0
-        	rotation_range_end   	 	360
-        	rotation_speed_range_start  	-60
-        	rotation_speed_range_end    	200
-   	}
-
-   	affector Scaler
-   	{
-       	rate 	100
-   	}
-
-}




More information about the Orxonox-commit mailing list