Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GLTFParser

Index

Constructors

Properties

associations: Map<Object3D | Material | Texture, GLTFReference>
getDependencies: ((type: string) => Promise<any[]>)

Type declaration

    • (type: string): Promise<any[]>
    • Parameters

      • type: string

      Returns Promise<any[]>

getDependency: ((type: string, index: number) => Promise<any>)

Type declaration

    • (type: string, index: number): Promise<any>
    • Parameters

      • type: string
      • index: number

      Returns Promise<any>

json: any