summaryrefslogtreecommitdiff
path: root/res/lights.xml
blob: 137137d24e2b5100e7a32753755778be50359d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<ilt p.id="assetFactory">
  <asset p.typeid="Illuminator" id="r-light" name="r-light">
    <bodyMesh id="body">
      <use type="cylinder" scale="0.12,0.12,1" colour="lightslategray"/>
      <use type="cylinder" scale="0.07,0.07,3" position="0,0,1" colour="lightslategray"/>
      <use type="cylinder" scale="0.05,0.05,1.5" position="0,0.1,4" rotation="1.5,0,0" colour="lightslategray"/>
    </bodyMesh>
  </asset>
  <!-- yes I'm hacking some floor to light up as though its a bush -->
  <asset p.typeid="Foliage" id="floor" name="floor">
    <bodyMesh id="body">
      <use type="plane" scale="10,10,0" colour="#aaaaaa"/>
    </bodyMesh>
  </asset>
</ilt>