You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a quantized model in glb-file. ScenegraphLayer from deck.gl v 9.0.33 cannot load quantized glb-file. But deck.gl v 8.8.2 do it without any problems. Simple app that demonstrates the problem: glb-loader
Flavors
Script tag
React
Python/Jupyter notebook
MapboxOverlay
GoogleMapsOverlay
CartoLayer
ArcGIS
Expected Behavior
loading quantized glb
Steps to Reproduce
unpack archive
npm install
npm start
localhost:3001
Environment
Framework version: deckgl@9.0.33
Browser: Chrome, FireFox
OS: Ubuntu 22.04
React: v18.18.2
Logs
deck: update of ScenegraphLayer({id: 'test'}): size: 3 Error: size: 3
at getVertexFormatFromAttribute (vertex-format-from-attribute.js:69:1)
at getAttributeBuffersFromGeometry (gpu-geometry.js:86:1)
at makeGPUGeometry (gpu-geometry.js:48:1)
at Model.setGeometry (model.js:293:1)
at new Model (model.js:153:1)
at createGLTFModel (create-gltf-model.js:96:1)
at GLTFInstantiator.createPrimitive (gltf-instantiator.js:95:1)
at gltf-instantiator.js:80:1
at Array.map (<anonymous>)
at GLTFInstantiator.createMesh (gltf-instantiator.js:80:1)
The text was updated successfully, but these errors were encountered:
Description
I have a quantized model in glb-file.
ScenegraphLayer
fromdeck.gl v 9.0.33
cannot load quantized glb-file. Butdeck.gl v 8.8.2
do it without any problems. Simple app that demonstrates the problem: glb-loaderFlavors
Expected Behavior
loading quantized glb
Steps to Reproduce
npm install
npm start
localhost:3001
Environment
Logs
The text was updated successfully, but these errors were encountered: