UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (5 loc) 194 B
import {AssetLoader} from "./AssetLoader"; import {Object3D} from "three"; export class GLTFAssetLoader extends AssetLoader<Object3D, any> { setDracoDecoderPath(path: string): void }