Skip to content

@fibbojs / 3d / FModelOptions

Interface: FModelOptions

Extends

Properties

fileExtension?

optional fileExtension: string

Defined in

3d/src/model/FModel.ts:10


name

name: string

Defined in

3d/src/model/FModel.ts:7


path?

optional path: string

Defined in

3d/src/model/FModel.ts:8


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


textures?

optional textures: Record<string, string>

Defined in

3d/src/model/FModel.ts:9