In short:
When this stylish floor lamp is turned on it does not only illuminate itself but also the entire room or environment.
- Touch lamp-stand to turn light on or off.
- Long touch lamp-stand to show menu.
- Touch lampshade to change texture. You can add your own textures.
- Supports light groups.
For advanced users:
- Touching the lamp-stand switches the light on and off.
- Touching the lampshade changes the texture of the shade. You can also add your own textures. This requires some basic knowledge of editing an object.
- Long touching the lamp-stand (>1 sec) brings up two menus: the main menu and a colour/alpha menu.
- Sets light properties: colour, intensity, radius, falloff
- Sets prim properties: colour, alpha, glow, full bright
- Colour and alpha can be set for both ON and OFF states
The main menu only makes sense if the light is ON, the colour/alpha menu comes in two flavours, making it possible to set colour and alpha for both ON and OFF states. For example, you can have a red and transparent light that turns green and opaque when off.
Two modes: linkset and region. At the top of the script there is a section between double lines (=====) with constants that change the behaviour of the script. The mode can be set with the linkSet constant. The use of these functions requires some basic knowledge of editing and scripting of the user.
Linkset mode:
- scripts can only function within the same linkset
- switch and light can either be in the same prim or in different prims
- there are no open listeners
Region mode:
- scripts can function anywhere within the same region
- switch and light cannot be in the same prim
- there is an open listener for every light
Because the lamp may be copied and modified, it is possible to control several lamps by one click. In that case you have to choose the Region mode. Read the build-in scripts for more details.
Support of light groups: lights can be grouped by setting the object description in both switch and light(s) to the same word or phrase, for example Bedroom or Kitchen. Use one switch for one light group. If no changes are made, both switch and light(s) will be in the Default group.
Read for more details the scripts included in the lamp.