1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<?xml version="1.0" encoding="utf-8"?> <!-- -*- xml -*- -->
<sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns">
<name>Lights</name>
<description>Objects to design simple lighting plots</description>
<contents>
<object name="Lights - PAR">
<description>PAR</description>
</object>
<object name="Lights - PAR_floor">
<description>PAR on the floor</description>
</object>
<object name="Lights - ACL">
<description>ACL</description>
</object>
<object name="Lights - PC">
<description>Pebble Convex lantern</description>
</object>
<object name="Lights - Fresnel">
<description>Fresnel lantern</description>
</object>
<object name="Lights - Striplight">
<description>Striplight</description>
</object>
<object name="Lights - ERS">
<description>Ellipsoidal Reflector Spotlight</description>
</object>
<object name="Lights - Blinders">
<description>Blinders</description>
</object>
<br/>
<object name="Lights - Blacklight">
<description>Black light</description>
</object>
<object name="Lights - Stroboscope">
<description>Stroboscope light</description>
</object>
<object name="Lights - Moving_head">
<description>Moving head</description>
</object>
<object name="Lights - Scanner">
<description>Scanner</description>
</object>
<br/>
<object name="Lights - Structure">
<description>Structure</description>
</object>
</contents>
</sheet>
|