diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-07 23:55:09 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-07 23:55:09 +0100 |
commit | 2bcbb86db4061e32005adea8806e4ac552691bcf (patch) | |
tree | 28a7142314632b695f8e278798823b1b7041e243 /res | |
parent | Add timeouts to asset factory tests (diff) | |
download | ilt-2bcbb86db4061e32005adea8806e4ac552691bcf.tar.bz2 ilt-2bcbb86db4061e32005adea8806e4ac552691bcf.tar.xz ilt-2bcbb86db4061e32005adea8806e4ac552691bcf.zip |
Extend face controller to support splitting a face along a plane
Individual parts of the splits faces can then be styled separately
Diffstat (limited to 'res')
-rw-r--r-- | res/brush47.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index f74cb29..20c43c8 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -70,7 +70,11 @@ <face id="front back" colour="#e1eff3"/> <face id="top" type="extrude" scale="0.5,0.85,0" smooth="true" position="0,0,0.575" colour="#aeb0b0"> <face id="top" texture="roofTopWithVents"/> - <face id="right left" texture="roofSideWithVents"/> + <face id="right left"> + <split id="frontcorner" origin="0,7.90704,0" normal="0,1,0"/> + <split id="backcorner" origin="0,-7.90704,0" normal="0,-1,0"/> + <face id="right left" texture="roofSideWithVents"/> + </face> </face> </face> </face> |