Skip to content

@fibbojs / 3d / FPolyhedronOptions

Interface: FPolyhedronOptions

Extends

Properties

addToScene?

optional addToScene: boolean

Inherited from

FComponentOptions.addToScene

Defined in

core/dist/index.d.ts:364


color?

optional color: number

Defined in

3d/src/polyhedrons/FPolyhedron.ts:6


position?

optional position: FVector3

Inherited from

FComponentOptions.position

Defined in

3d/src/core/FComponent.ts:16


rotation?

optional rotation: FVector3

Inherited from

FComponentOptions.rotation

Defined in

3d/src/core/FComponent.ts:17


rotationDegree?

optional rotationDegree: FVector3

Inherited from

FComponentOptions.rotationDegree

Defined in

3d/src/core/FComponent.ts:18


scale?

optional scale: FVector3

Inherited from

FComponentOptions.scale

Defined in

3d/src/core/FComponent.ts:19


scene?

optional scene: FScene

Inherited from

FComponentOptions.scene

Defined in

core/dist/index.d.ts:363