diff --git a/examples/gltf/app.js b/examples/gltf/app.js index a4ed9ea7bf..2251a20ebe 100644 --- a/examples/gltf/app.js +++ b/examples/gltf/app.js @@ -1,6 +1,6 @@ import {GLTFParser} from '@loaders.gl/gltf'; import {DracoDecoder} from '@loaders.gl/draco'; -import {AnimationLoop, setParameters, clear, createGLTFObjects, log} from 'luma.gl'; +import {AnimationLoop, setParameters, clear, createGLTFObjects, withParameters, log} from 'luma.gl'; import {Matrix4, radians} from 'math.gl'; import document from 'global/document'; @@ -10,6 +10,7 @@ const GLTF_MODEL_INDEX = `${GLTF_BASE_URL}model-index.json`; const INFO_HTML = `

glTF rendering.

A luma.gl glTF renderer.

+

Model