mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Spec and normal maps for farm fields.
This was SVN commit r12721.
This commit is contained in:
parent
c4267fb3f8
commit
6820ee1fc3
3 changed files with 14 additions and 4 deletions
|
|
@ -2,9 +2,13 @@
|
|||
<actor version="1">
|
||||
<group>
|
||||
<variant>
|
||||
<decal width="35" depth="35" angle="0" offsetx="0" offsetz="0"/>
|
||||
<textures><texture file="gaia/decal_farmland.png" name="baseTex"/></textures>
|
||||
</variant>
|
||||
<decal angle="0" depth="35" offsetx="0" offsetz="0" width="35"/>
|
||||
<textures>
|
||||
<texture file="gaia/decal_farmland.png" name="baseTex"/>
|
||||
<texture file="gaia/decal_farmland_norm.png" name="normTex"/>
|
||||
<texture file="gaia/decal_farmland_spec.png" name="specTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>terrain_base.xml</material>
|
||||
<material>terrain_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f576410aa994762094946851a6d2466d23b4a515e1c9c2d3dc996e04f0850152
|
||||
size 760407
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c20fd99fcc2de9f980c96eef10fb304e40049094a5d81760adeff4ab1d377b9e
|
||||
size 300445
|
||||
Loading…
Reference in a new issue