[art] Change base textures of these foundation actors from a struct texture to more efficient blank textures. The base mesh consists of only prop points anyway.

This was SVN commit r27889.
This commit is contained in:
wowgetoffyourcellphone 2023-10-14 20:14:34 +00:00
parent 5e583beb22
commit 750d2d646c
6 changed files with 18 additions and 18 deletions

View File

@ -8,9 +8,9 @@
<prop actor="structures/fndn_10x12.xml" attachpoint="fortress_2" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/syrac_struct.png" name="baseTex"/>
<texture file="structural/syrac_struct_spec.png" name="specTex"/>
<texture file="structural/syrac_struct_norm.png" name="normTex"/>
<texture file="null_white.dds" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>

View File

@ -8,9 +8,9 @@
<prop actor="structures/fndn_7x9.xml" attachpoint="fortress_2" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/syrac_struct.png" name="baseTex"/>
<texture file="structural/syrac_struct_spec.png" name="specTex"/>
<texture file="structural/syrac_struct_norm.png" name="normTex"/>
<texture file="null_white.dds" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>

View File

@ -9,9 +9,9 @@
<prop actor="structures/fndn_5x7_temple.xml" attachpoint="root" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/syrac_struct.png" name="baseTex"/>
<texture file="structural/syrac_struct_spec.png" name="specTex"/>
<texture file="structural/syrac_struct_norm.png" name="normTex"/>
<texture file="null_white.dds" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>

View File

@ -8,9 +8,9 @@
<prop actor="structures/fndn_8x9.xml" attachpoint="fortress_2" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/syrac_struct.png" name="baseTex"/>
<texture file="structural/syrac_struct_spec.png" name="specTex"/>
<texture file="structural/syrac_struct_norm.png" name="normTex"/>
<texture file="null_white.dds" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>

View File

@ -9,9 +9,9 @@
<prop actor="structures/fndn_5x7_temple.xml" attachpoint="root" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/syrac_struct.png" name="baseTex"/>
<texture file="structural/syrac_struct_spec.png" name="specTex"/>
<texture file="structural/syrac_struct_norm.png" name="normTex"/>
<texture file="null_white.dds" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>

View File

@ -8,9 +8,9 @@
<prop actor="structures/fndn_9x9.xml" attachpoint="fortress_2" maxheight="20" minheight="-20"/>
</props>
<textures>
<texture file="structural/syrac_struct.png" name="baseTex"/>
<texture file="structural/syrac_struct_spec.png" name="specTex"/>
<texture file="structural/syrac_struct_norm.png" name="normTex"/>
<texture file="null_white.dds" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>