Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LightType

Index

Enumeration members

Enumeration members

directional

directional = "directional"

A light that is located infinitely far away, and emits light in one direction only.

point

point = "point"

A light that is located at a point and emits light in all directions equally.

spot

spot = "spot"

A light that is located at a point and emits light in a cone shape.

Generated using TypeDoc