MotionScript

@motion-script/core


@motion-script/core / AmbientLight3D

Interface: AmbientLight3D

Defined in: render3d/light.ts:37

Uniform light from every direction. Cheap fill; casts no shadows.

Extends

Properties

color?

optional color?: Color

Defined in: render3d/light.ts:39


intensity?

optional intensity?: number

Defined in: render3d/light.ts:40


params?

optional params?: Record<string, unknown>

Defined in: render3d/geometry.ts:14

Inherited from

Passthrough3D.params


type

type: "ambient"

Defined in: render3d/light.ts:38