Replies: 4 comments
-
subtraction operation is nothing to do with it, simple cube created and exported with three js is not displayed too. |
Beta Was this translation helpful? Give feedback.
-
@tpsiaki Since glTF validator likes it, I presume this is a SceneViewer glTF parsing problem? |
Beta Was this translation helpful? Give feedback.
-
@elalish we found out that problem with non-indexed geometries. |
Beta Was this translation helpful? Give feedback.
-
@tpsiaki Looks like SceneViewer chokes on non-indexed glTFs? |
Beta Was this translation helpful? Give feedback.
-
Scene Viewer shows nothing when i try open that model.zip
No warnings, no errors. That model is result of subtraction operation made with 'three-csg' and exported from three.js via GLTFExporter.
Another viewers like
https://gltf-viewer.donmccurdy.com/,
https://sandbox.babylonjs.com/
displays model fine.
Three,js too https://codesandbox.io/s/threejs-typsscript-load-gltf-9e1np?file=/src/client/client.ts
And no any problems with khronos glTF-Validator/
Beta Was this translation helpful? Give feedback.
All reactions