2011

Table Of Contents
Another way to control the start point and end point of light is to use limits.
Limits work like clipping planes to control where light is first emitted and
where it stops. Using limits can increase performance by removing the need
for the program to calculate light levels where the light is already practically
invisible.
Quick Reference
Commands
DISTANTLIGHT
Creates a distant light.
FREESPOT
Creates free spotlight which is similar to a spotlight without a specified target.
FREEWEB
Creates a free web light which is similar to a web light without a specified
target.
LIGHT
Creates a light.
Control Light Properties | 985