Special Lit
Special Lit adds another layer of lighting used to isolate lighting to specific surfaces. Surfaces that have the Special Lit flag set only receive lighting from lights that have bSpecialLit set to true. Another way to think of it is Special Lit Lights only affect Special Lit surfaces.
- A surface's Special lit is found in the Surface Properties Window, in the Flags tab. See Surface Flags (UT) for a full description of all the flags here.
- A Light (UT) actor's Special Lit is the Lighting → bSpecialLit property: set this to True. See Actor Overview for more on how to do this.
It can make engines or control rooms make look better, surfaces brighter than its surrounding, or saturated color on surfaces. It can be used in any area, including SkyBox items such as mountains. When done right, it is a great effect.
Related Topics
Olorin: We need a simple exampl ehere. Maybe I'll add it later. I need to get screenshots, but I'm thinking something like this:
- open a new map
- subtract a cube
- add a static mesh
- add a light
- note how the mesh is being lit by the light
- set the light to have bSpecialLit true
- note how the mesh does not receive the light anymore
- add a second, identical mesh
- note how the two meshes receive no light
- set the second mesh to be specially lit
- note how the second mesh is now receiving the light from the light.
Then we could have more stuff, like showing how two lights can be used to simulate the light off of a static mesh, while at the same time having the mesh glow (with one light having SpecialLit true and the other false).