Light Operator

 

The Light Operator simulates a light shining on a texture. It behaves exactly like a Bump Operator with a flat normal map.

 

Inputs

 

One texture.

 

Parameters

 

Mode

Defines the type of light to use.

spot: a directed light cone.

point: a single point of light emitting light in all directions equally.

directional: parallel rays from a single direction.

 

Pos (X, Y, Z)

(mode: spot/point) Controls the position of the light source.

(mode: directional) No function.

 

Dir (Z, X)

(mode: spot/directional) Controls light direction, expressed in rotation around Z axis and rotation around local X axis – try to imagine it as if the light was shining out of a bicycle's front wheel valve. The first value turns the handle bar, the second value turns the wheel. And the wheel is transparent and infinitely small. Sorry.

(mode: point) No function.

 

Diffuse

Defines the diffuse color.

 

Ambient

Defines the ambient color.

 

Outer

(mode: spot) Controls light cone diameter.

(mode: point/directional) No function.

 

Falloff

(mode: spot) Controls th light cone edge softness.

(mode: point/directional) No function.

 

Amplify

Controls the strength of the light and shadow effects.

 

Keyboard shortcut

 

Shift + L (when adding texture operators)

 

Back to the List of Operators