summaryrefslogtreecommitdiff
path: root/res/brush47.xml
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-24 19:30:30 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-24 19:30:30 +0000
commit7d0decccaac3aa564b549d91a36279e7aca0814e (patch)
tree749ceff26556ed201a055b8d8a70636b50c562f7 /res/brush47.xml
parentSupport for model colours mixed with textures (diff)
downloadilt-7d0decccaac3aa564b549d91a36279e7aca0814e.tar.bz2
ilt-7d0decccaac3aa564b549d91a36279e7aca0814e.tar.xz
ilt-7d0decccaac3aa564b549d91a36279e7aca0814e.zip
Support for recursive colouring of asset factory faces
Updates colours in sample model.
Diffstat (limited to 'res/brush47.xml')
-rw-r--r--res/brush47.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/res/brush47.xml b/res/brush47.xml
index 9fd4fe2..fe3d114 100644
--- a/res/brush47.xml
+++ b/res/brush47.xml
@@ -14,19 +14,21 @@
</object>
<asset id="brush-47" name="Brush 47">
<mesh id="body" size="2.69,19.38,3.9">
- <use type="cuboid" position="0,0,1.2" scale="2.69,19.38,1.5" colour="#1111dd">
- <face id="bottom" colour="#2C3539"/>
- <face id="top" type="extrude" scale="1,0.95,1" position="0,0,1.0">
- <face id="top" type="extrude" scale="0.6,0.9,0" position="0,0,0.2" smooth="true"/>
+ <use type="cuboid" position="0,0,1.2" scale="2.69,19.38,1.5" colour="#2c4f5a">
+ <face id="bottom" colour="#2c3539"/>
+ <face id="front" colour="#fbc32f"/>
+ <face id="back" colour="#fbc32f"/>
+ <face id="top" type="extrude" scale="1,0.95,1" position="0,0,0.8">
+ <face id="top" type="extrude" scale="0.5,0.8,0" position="0,0,0.4" smooth="true" colour="#aeb0b0"/>
</face>
</use>
- <use type="cuboid" position="0,0,0.2" scale="2.6,4.5,1" colour="#2C3539"/>
+ <use type="cuboid" position="0,0,0.2" scale="2.6,4.5,1" colour="#413b3a"/>
</mesh>
<mesh id="bogie1">
- <use type="bogie" position="0,6,0"/>
+ <use type="bogie" position="0,6,0" colour="#413b3a"/>
</mesh>
<mesh id="bogie2">
- <use type="bogie" position="0,-6,0" rotation="0,3.14159,0"/>
+ <use type="bogie" position="0,-6,0" rotation="0,3.14159,0" colour="#413b3a"/>
</mesh>
</asset>
</ilt>