dlangui.graphics.scene.light

Undocumented in source.

Public Imports

dlangui.core.config
public import dlangui.core.config;
Undocumented in source.

Members

Aliases

LightCounts
alias LightCounts = int[3]
Undocumented in source.
LightRef
alias LightRef = Ref!Light

Reference counted Light object

Classes

DirectionalLight
class DirectionalLight
Undocumented in source.
Light
class Light
Undocumented in source.
PointLight
class PointLight
Undocumented in source.
SpotLight
class SpotLight
Undocumented in source.

Enums

LightType
enum LightType
Undocumented in source.

Structs

LightParams
struct LightParams
Undocumented in source.
Lights
struct Lights

light collection

Meta