[Orxonox-commit 6391] r11048 - code/branches/presentationHS15/data/particle
landauf at orxonox.net
landauf at orxonox.net
Sat Jan 9 16:25:02 CET 2016
Author: landauf
Date: 2016-01-09 16:25:02 +0100 (Sat, 09 Jan 2016)
New Revision: 11048
Modified:
code/branches/presentationHS15/data/particle/engine.particle
code/branches/presentationHS15/data/particle/engineglow.particle
Log:
fixed material in particle effects
Modified: code/branches/presentationHS15/data/particle/engine.particle
===================================================================
--- code/branches/presentationHS15/data/particle/engine.particle 2016-01-09 15:18:16 UTC (rev 11047)
+++ code/branches/presentationHS15/data/particle/engine.particle 2016-01-09 15:25:02 UTC (rev 11048)
@@ -1,6 +1,6 @@
particle_system Orxonox/engine
{
- material PE/Special.001
+ material PE/glowEffect
particle_width 10.0
particle_height 10.0
quota 2000
Modified: code/branches/presentationHS15/data/particle/engineglow.particle
===================================================================
--- code/branches/presentationHS15/data/particle/engineglow.particle 2016-01-09 15:18:16 UTC (rev 11047)
+++ code/branches/presentationHS15/data/particle/engineglow.particle 2016-01-09 15:25:02 UTC (rev 11048)
@@ -1,6 +1,6 @@
particle_system Orxonox/engineglow
{
- material PE/Special.001
+ material PE/glowEffect
particle_width 100.0
particle_height 100.0
quota 2000
More information about the Orxonox-commit
mailing list