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
But when I gave an option with compression Open3DGC, web browser give an error as follows:
Uncaught RangeError: Invalid typed array length at glTFLoader.js:442.
I used collada2gltf binary to convert a dae format to glTF.
https://github.com/KhronosGroup/glTF/releases (mac version)
I tested a converted glTF model using r74 glTF loading example.
https://github.com/mrdoob/three.js/releases
http://threejs.org/examples/#webgl_loader_gltf
I added a glTF model to the sceneList.
https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_gltf.html#L370
First, output json file was not parsed by
https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/gltf/glTF-parser.js
I had to change "uri" to "path".
I had to add "instanceTechnique" key to "materials".
Then all error messages was gone.
But there was no model in the display. So can you figure this out?
The text was updated successfully, but these errors were encountered: