GameboardGltfLoader
Defined in: src/three/three.ts:80
Minimal async loader contract compatible with GLTFLoader.
Methods
Section titled “Methods”loadAsync()
Section titled “loadAsync()”loadAsync(
url):Promise<GameboardGltfLike>
Defined in: src/three/three.ts:82
Loads a GLTF/GLB URL and returns the scene plus optional clips.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<GameboardGltfLike>