User Tools

Site Tools


DzLinearPointLight

A light that emits in all directions from a single point and has fall off start/end controls.

More...

Inherits :

Constructors

DAZ Script
DzLinearPointLight ()

Methods

Detailed Description

TODO: Add detailed description.

Constructors


DzLinearPointLight()

Default Constructor. Creates a new linear point light.

Methods


Number : getFallOffEnd()

Return Value:

  • The distance from the origin of the node where the intensity reaches 0.

Since:

  • 4.9.3.145

DzFloatProperty : getFallOffEndControl()

Return Value:

  • The property that controls the distance from the origin of the node where the intensity reaches 0.

Number : getFallOffStart()

Return Value:

  • The distance from the origin of the node where the intensity begins to decrease.

Since:

  • 4.9.3.145

DzFloatProperty : getFallOffStartControl()

Return Value:

  • The property that controls the distance from the origin of the node where the intensity begins to decrease.

void : setFallOffEnd( Number end )

Sets the distance from the origin of the node where the intensity reaches 0.

Since:

  • 4.9.3.145

Parameter(s):

  • end - The distance from the origin to set.

void : setFallOffStart( Number start )

Sets the distance from the origin of the node where the intensity begins to decrease.

Parameter(s):

  • start - The distance from the origin to set.

Since:

  • 4.9.3.145