This was SVN commit r12751.

This commit is contained in:
Michael D. Hafer 2012-10-15 00:59:05 +00:00
parent 51496f1d40
commit b581e54185
19 changed files with 78 additions and 25 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Sandstone Block Pile A">
<mesh>props/wrld_block_1_pile_a.dae</mesh>
</variant>
<variant frequency="1" name="Sandstone Block Pile B">
<mesh>props/wrld_block_1_pile_b.dae</mesh>
</variant>
</group>
<group>
<variant name="Texture">
<textures>
<texture file="props/wrld_block_sandstone.dds" name="baseTex"/>
</textures>
</variant>
</group>
</actor>

View File

@ -5,5 +5,6 @@
<texture name="normTex" file="types/desert_city_tile_pers_norm.png"/>
<texture name="specTex" file="types/desert_city_tile_pers_spec.png"/>
</textures>
<props angle="-45.0" size="48.0"/>
<material>terrain_norm_spec.xml</material>
</terrain>

View File

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/desert_city_tile_pers_dirt.png"/>
</textures>
<props angle="0.0" size="64.0"/>
<material>terrain_base.xml</material>
<textures>
<texture name="baseTex" file="types/desert_city_tile_pers_dirt.png"/>
<texture name="normTex" file="types/desert_city_tile_pers_norm.png"/>
<texture name="specTex" file="types/desert_city_tile_pers_spec.png"/>
</textures>
<props angle="-45.0" size="48.0"/>
<material>terrain_norm_spec.xml</material>
</terrain>

View File

@ -1 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <terrain> <textures> <texture name="baseTex" file="types/desert_farmland.png"/> </textures> <material>terrain_base.xml</material> </terrain>
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/desert_farmland.png"/>
<texture name="normTex" file="types/desert_farmland_norm.png"/>
<texture name="specTex" file="types/desert_farmland_spec.png"/>
</textures>
<material>terrain_norm_spec.xml</material>
</terrain>

View File

@ -1 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <terrain> <textures> <texture name="baseTex" file="types/desert_lakebed_dry_b.png"/> </textures> <material>terrain_base.xml</material> </terrain>
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/desert_lakebed_dry_b.png"/>
<texture name="normTex" file="types/desert_lakebed_dry_b_norm.png"/>
<texture name="specTex" file="types/desert_lakebed_dry_b_spec.png"/>
</textures>
<material>terrain_norm_spec.xml</material>
</terrain>

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.

Binary file not shown.

Binary file not shown.