Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use loader with draco compression #142

Open
netgfx opened this issue Mar 15, 2022 · 1 comment
Open

How to use loader with draco compression #142

netgfx opened this issue Mar 15, 2022 · 1 comment

Comments

@netgfx
Copy link

netgfx commented Mar 15, 2022

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.

@jparismorgan
Copy link

jparismorgan commented Apr 27, 2022

I am also having issues here. When I do:

<Scene gltf-model='dracoDecoderPath: https://www.unpkg.com/three@0.123.0/examples/js/libs/draco/;' ...

then it looks like we are creating a network request which accidentally includes dracodecoderpath: :

Request URL: dracodecoderpath: https://www.unpkg.com/three@0.123.0/examples/js/libs/draco/;

GET dracodecoderpath: https://www.unpkg.com/three@0.123.0/examples/js/libs/draco/; net::ERR_FAILED

Screen Shot 2022-04-27 at 9 12 42 AM


If I instead do:

<Scene gltf-model='https://www.unpkg.com/three@0.123.0/examples/js/libs/draco/' ...

I get a 302 back:

Request URL: https://www.unpkg.com/three@0.123.0/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 

And if I instead do:

<Scene gltfModel='dracoDecoderPath: https://www.unpkg.com/three@0.123.0/examples/js/libs/draco/' ...

I do not have an error, but I also don't request the draco folder, and get:

components:gltf-model:warn Cannot read properties of undefined (reading 'byteStride') 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants