prepare_scene_gltf
Functions
- promise_gltf(url) ⇒
Promise.<GLTF>
- prepare_scene_gltf(scene, camera, url, [zoom], [floor_level], [sun], [no_materials]) ⇒
Promise.<void>
promise_gltf(url) ⇒ Promise.<GLTF>
Kind: global function
Param | Type |
---|---|
url | string |
prepare_scene_gltf(scene, camera, url, [zoom], [floor_level], [sun], [no_materials]) ⇒ Promise.<void>
Kind: global function
Param | Type |
---|---|
scene | PathTracedScene |
camera | THREE.Camera |
url | string |
[zoom] | number |
[floor_level] | number |
[sun] | Object |
[no_materials] | boolean |