Quarry stone

This was SVN commit r22171.
This commit is contained in:
LordGood
2019-04-07 21:00:50 +00:00
parent 3a7335d723
commit 9cfbce2879
11 changed files with 121 additions and 2 deletions
@@ -35,5 +35,5 @@
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
<material>player_trans_parallax.xml</material>
</actor>
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="a">
<textures>
<texture file="gaia/stonequarry_desert.png" name="baseTex"/>
<texture file="gaia/stonequarry_desert_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="1">
<mesh>gaia/stone_quarried_1.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="2">
<mesh>gaia/stone_quarried_2.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="3">
<mesh>gaia/stone_quarried_3.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="4">
<mesh>gaia/stone_quarried_4.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>player_trans_parallax.xml</material>
</actor>
@@ -35,5 +35,5 @@
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
<material>player_trans_parallax.xml</material>
</actor>
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="a">
<textures>
<texture file="gaia/stonequarry_savanna.png" name="baseTex"/>
<texture file="gaia/stonequarry_desert_badlands_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="1" name="1">
<mesh>gaia/stone_quarried_1.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="2">
<mesh>gaia/stone_quarried_2.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="3">
<mesh>gaia/stone_quarried_3.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="4">
<mesh>gaia/stone_quarried_4.dae</mesh>
<textures>
<texture file="gaia/stone_quarried_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>player_trans_parallax.xml</material>
</actor>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo_rock">
<Footprint>
<Circle radius="4.25"/>
<Height>4.0</Height>
</Footprint>
<Identity>
<Icon>gaia/geology_stone_2.png</Icon>
</Identity>
<VisualActor>
<Actor>geology/stone_desert_quarried.xml</Actor>
</VisualActor>
</Entity>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo_rock">
<Footprint>
<Circle radius="4.25"/>
<Height>4.0</Height>
</Footprint>
<Identity>
<Icon>gaia/geology_stone_2.png</Icon>
</Identity>
<VisualActor>
<Actor>geology/stone_savanna_quarried.xml</Actor>
</VisualActor>
</Entity>