Skip to content

@fibbojs / 3d / FLightOptions

Interface: FLightOptions

Extends

Extended by

Properties

color?

optional color: ColorRepresentation

Defined in

3d/src/lights/FLight.ts:9


intensity?

optional intensity: number

Defined in

3d/src/lights/FLight.ts:10


lookAt?

optional lookAt: FVector3

Defined in

3d/src/lights/FLight.ts:11


position?

optional position: FVector3

Inherited from

FTransformOptions.position

Defined in

3d/src/core/FTransform.ts:5


rotation?

optional rotation: FVector3

Inherited from

FTransformOptions.rotation

Defined in

3d/src/core/FTransform.ts:6


rotationDegree?

optional rotationDegree: FVector3

Inherited from

FTransformOptions.rotationDegree

Defined in

3d/src/core/FTransform.ts:7


scale?

optional scale: FVector3

Inherited from

FTransformOptions.scale

Defined in

3d/src/core/FTransform.ts:8