added particles for all construction actors + changed color of particles to a more dusty tint

This was SVN commit r9181.
This commit is contained in:
ShieldBearer 2011-04-06 11:13:29 +00:00
parent 59f4848333
commit a751a2d6f6
11 changed files with 28 additions and 11 deletions

View File

@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<autoflatten/>
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations/>
<mesh>structural/wrld_bld_f1x1.pmd</mesh>
<props/>
<texture>structural/wrld_wood.dds</texture>
</variant>
<variant>
<props>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>
</actor>

View File

@ -10,6 +10,7 @@
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_2x2.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -5,8 +5,11 @@
<variant frequency="1" name="foundation 2x4 a">
<mesh>structural/found_2x4_a.dae</mesh>
</variant>
</group>
<group>
<variant>
<props>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1">
<texture>structural/foundation.dds</texture>
</variant>

View File

@ -10,6 +10,7 @@
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_3x6.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -10,6 +10,7 @@
<variant>
<props>
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -13,6 +13,7 @@
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -10,6 +10,7 @@
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_6x6.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -10,6 +10,7 @@
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_theatron.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -6,5 +6,10 @@
<mesh>structural/found_wall_long_a.dae</mesh>
<texture>structural/foundation.dds</texture>
</variant>
<variant>
<props>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>
</actor>

View File

@ -6,5 +6,10 @@
<mesh>structural/found_wall_med_a.dae</mesh>
<texture>structural/foundation.dds</texture>
</variant>
<variant>
<props>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>
</actor>

View File

@ -21,7 +21,7 @@
<uniform name="size" min="2.5" max="3.5"/>
<uniform name="color.r" min="0.8" max="0.9"/>
<uniform name="color.r" min="0.7" max="0.8"/>
<uniform name="color.g" min="0.7" max="0.7"/>
<uniform name="color.b" min="0.5" max="0.6"/>