Teak, dragon bamboo, scaled down some baked normal and ao maps larger than the base map, minor edits to areca palm

This was SVN commit r22392.
This commit is contained in:
LordGood
2019-06-19 08:16:38 +00:00
parent 1c4de428cb
commit abc0beb07d
29 changed files with 197 additions and 22 deletions
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="base">
<props>
<prop actor="particle/falling_leaf_green_a.xml" attachpoint="root"/>
<prop actor="props/flora/decal_pine.xml" attachpoint="root"/>
</props>
<textures>
<texture file="gaia/bamboo_dragon.png" name="baseTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="4" name="1">
<mesh>gaia/bamboo_dragon_1.dae</mesh>
</variant>
</group>
<material>basic_trans_wind.xml</material>
</actor>
@@ -9,6 +9,8 @@
<variant frequency="3" name="a">
<textures>
<texture file="gaia/palm_areca.png" name="baseTex"/>
<texture file="gaia/palm_areca_norm.png" name="normTex"/>
<texture file="gaia/palm_areca_spec.png" name="specTex"/>
</textures>
</variant>
</group>
@@ -16,18 +18,18 @@
<variant frequency="1" name="1">
<mesh>gaia/palm_areca_1.dae</mesh>
</variant>
<variant frequency="2" name="2">
<variant frequency="1" name="2">
<mesh>gaia/palm_areca_2.dae</mesh>
</variant>
<variant frequency="3" name="3">
<variant frequency="1" name="3">
<mesh>gaia/palm_areca_3.dae</mesh>
</variant>
<variant frequency="2" name="4">
<variant frequency="1" name="4">
<mesh>gaia/palm_areca_4.dae</mesh>
</variant>
<variant frequency="1" name="5">
<mesh>gaia/palm_areca_5.dae</mesh>
</variant>
</group>
<material>basic_trans_wind.xml</material>
<material>basic_trans_spec.xml</material>
</actor>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="a">
<props>
<prop actor="flora/trees/teak_leaves.xml" attachpoint="root"/>
<prop actor="particle/falling_leaf_dry_a.xml" attachpoint="root"/>
<prop actor="props/special/eyecandy/campfire_decal.xml" attachpoint="root"/>
</props>
<textures>
<texture file="gaia/teak_trunk.png" name="baseTex"/>
<texture file="gaia/teak_trunk_norm.png" name="normTex"/>
<texture file="gaia/teak_trunk_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="2" name="1">
<mesh>gaia/tree_teak_1.dae</mesh>
</variant>
<variant frequency="2" name="2">
<mesh>gaia/tree_teak_2.dae</mesh>
</variant>
</group>
<material>trans_wind_parallax_spec.xml</material>
</actor>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="base">
<textures>
<texture file="gaia/teak_norm.png" name="normTex"/>
<texture file="gaia/teak_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant name="a">
<textures>
<texture file="gaia/teak.png" name="baseTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="4" name="1">
<mesh>gaia/tree_teak_1_leaves.dae</mesh>
</variant>
<variant frequency="4" name="2">
<mesh>gaia/tree_teak_2_leaves.dae</mesh>
</variant>
</group>
<material>trans_wind_parallax_spec.xml</material>
</actor>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Footprint>
<Circle radius="8.0"/>
<Height>15.0</Height>
</Footprint>
<Identity>
<SpecificName>Dragon Bamboo</SpecificName>
</Identity>
<Obstruction>
<Static width="6.0" depth="6.0"/>
</Obstruction>
<ResourceSupply>
<Amount>1000</Amount>
<MaxGatherers>12</MaxGatherers>
</ResourceSupply>
<Selectable>
<Overlay>
<Texture>
<MainTexture>circle/256x256.png</MainTexture>
<MainTextureMask>circle/256x256_mask.png</MainTextureMask>
</Texture>
</Overlay>
</Selectable>
<VisualActor>
<Actor>flora/trees/bamboo_dragon.xml</Actor>
</VisualActor>
</Entity>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_tree">
<Footprint>
<Circle radius="5.0"/>
<Height>15.0</Height>
</Footprint>
<Identity>
<SpecificName>Teak</SpecificName>
</Identity>
<Obstruction>
<Static width="3.0" depth="3.0"/>
</Obstruction>
<ResourceSupply>
<Amount>500</Amount>
</ResourceSupply>
<Selectable>
<Overlay>
<Texture>
<MainTexture>circle/256x256.png</MainTexture>
<MainTextureMask>circle/256x256_mask.png</MainTextureMask>
</Texture>
</Overlay>
</Selectable>
<VisualActor>
<Actor>flora/trees/teak.xml</Actor>
</VisualActor>
</Entity>