Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Model
    • ThreeMaterialModel

Index

Constructors

constructor

Properties

ambient

ambient: Color

children

children: any

color

color: Color

depthFunc

depthFunc: DepthModes

depthTest

depthTest: boolean

depthWrite

depthWrite: boolean

emissive

emissive: Color

formatVersion

formatVersion: string

id

id: string

importId

importId: string

metalness

metalness: any

name

name: string

opacity

opacity: number

roughness

roughness: any

shininess

shininess: number

side

side: any

siteId

siteId: string

specular

specular: Color

transparent

transparent: boolean

type

type: string

userData

userData: {}

Type declaration

  • [key: string]: any

uuid

uuid: string

Methods

Static getAll

  • getAll<T>(suffix?: string, options?: GetAllOptions): Promise<InstanceType<T>[]>
  • Type parameters

    • T: typeof Model

    Parameters

    • Optional suffix: string
    • Optional options: GetAllOptions

    Returns Promise<InstanceType<T>[]>

Generated using TypeDoc