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 tried to enable the draco decoder via <Scene gltfModel="dracoDecoderPath: https://www.gstatic.com/draco/versioned/decoders/1.4.1/"/> but with no luck.
The text was updated successfully, but these errors were encountered:
Request URL: https://www.unpkg.com/[email protected]/examples/js/libs/draco/
Request Method: GET
Status Code: 302
and no error from the network request. But draco loading does not work:
components:gltf-model:warn Cannot read properties of undefined (reading 'byteStride')
aframe-master.js?b048:3026 components:gltf-model:warn Unexpected token < in JSON at position 0
I tried to load this model: https://market.pmnd.rs/model/wall
but it won't show up.
I tried to enable the draco decoder via
<Scene gltfModel="dracoDecoderPath: https://www.gstatic.com/draco/versioned/decoders/1.4.1/"/>
but with no luck.The text was updated successfully, but these errors were encountered: