Skip to content

RoyInterface / Exports / scene/RoyLight3D / Light3DType

Enumeration: Light3DType

scene/RoyLight3D.Light3DType

Enum for the types of 3D lights available.

Table of contents

Enumeration Members

Enumeration Members

NONE

NONE = 0

No light type.


AMBIENT

AMBIENT = 2

Ambient light type.


DIRECTIONAL

DIRECTIONAL = 4

Directional light type.


SUN

SUN = 8

Sun light type.


OMNI

OMNI = 16

Omni light type.


SPOT

SPOT = 32

Spot light type.


RECTAREA

RECTAREA = 64

Rectangular area light type.


CIRCLEAREA

CIRCLEAREA = 128

Circular area light type. Only available on rtImpl.


NORECT

NORECT = 62

All non-rectangular light types.


ALL

ALL = 254

All light types.