diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-04-03 12:11:41 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-04-03 12:11:41 +0100 |
| commit | 52014d1d03a81ca1598beceaaf2919e9728550a6 (patch) | |
| tree | d726f0295e347e419b63cadeb94890fd6ff4b9d0 /res | |
| parent | Add a test spot light to default scene (diff) | |
| download | ilt-52014d1d03a81ca1598beceaaf2919e9728550a6.tar.bz2 ilt-52014d1d03a81ca1598beceaaf2919e9728550a6.tar.xz ilt-52014d1d03a81ca1598beceaaf2919e9728550a6.zip | |
Add light support to RailVehicleClass
And head lights to the brush47 model.
Diffstat (limited to 'res')
| -rw-r--r-- | res/brush47.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index dc33282..2271073 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -96,6 +96,8 @@ <use type="buffers" position="0,9.69,1.2" colour="grey20"/> <use type="buffers" position="0,-9.69,1.2" colour="grey20" rotation="0,3.14159,0"/> </bodyMesh> + <spotLight position="1000,969,1300" direction="0,1,0" colour=".9,.9,.9" kq="0.001" arc=".3"/> + <spotLight position="-1000,969,1300" direction="0,1,0" colour=".9,.9,.9" kq="0.001" arc=".3"/> <bogie id="bogie1"> <use type="bogie" position="0,-1.85,0"/> </bogie> |
