struct DirectionalLight3D
Swift
struct DirectionalLight3D
Not documented.
Sources/LavaUI/Spatial.swift:461
Constructors
init(direction: Vector3 = [-0.4, -0.7, -1], color: Color = Color(r: 1, g: 1, b: 1), intensity: Float = 0.9)
Not documented.
Sources/LavaUI/Spatial.swift:463
Methods
func spatialElements() -> [SpatialElement]
Not documented.
Sources/LavaUI/Spatial.swift:473