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