-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Description
Describe the bug
In our project we are using the GLTFLoaderPlugin to load GLB inside the viewer. The loader whas working fine until we upgraded Xeokit to the lastest version (2.6.65 -> 2.6.90). After the upgrade we started having errors when loading GLB with the GLTFLoaderPlugin. Here the following error : "Error: assert failed: gltf".
Here a quick example of how we load the GLB :
const glbLoader = new GLTFLoaderPlugin(viewer);
try {
await glbLoader.load({
id: 'myModel',
src: './models/GLB_KO.glb',
edges: false,
globalizeObjectIds: true,
colorTextureEnabled: true,
backfaces: false,
}
To Reproduce
Steps to reproduce the behavior:
- Load a viewer
- Init the GLTFLoaderPlugin
- Load a GLB
- KO -> when displaying the GLB we have an error in the console
Expected behavior
We should be able to display the GLB in the viewer
Screenshots
Additional context
Here an exemple of a failing GLB from our side :
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels