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

collada model doesn't appear while using the Index.html file in Glitch #3

Closed
addy1997 opened this issue Feb 8, 2023 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@addy1997
Copy link
Contributor

addy1997 commented Feb 8, 2023

Hi @gftruj,

Firstly, this is a fantastic repository and very useful for beginners with A-frame. I am trying to simulate the elf and the stormtrooper files using the frame on Glitch.

I've included the directory structure below. I placed all the 3D model files and images in the assets directory.
Screenshot 2023-02-08 at 17 58 08

The output I get is this

Screenshot 2023-02-08 at 17 59 54

Could you suggest something?

Thanks

gftruj added a commit that referenced this issue Feb 8, 2023
@gftruj
Copy link
Owner

gftruj commented Feb 8, 2023

Hi, looks like it was out of date (either the three loader, or my usage for aframe 1.2.0).
I've updated the collada-model so it uses the 'newest' THREE.ColladaLoader, and the component.
It seems to be working, but it reports a warning (looks like it's intentional tho).
Let me know if it's working for you as well,

Thanks a lot for reporting an issue btw!
Cheers

gftruj added a commit that referenced this issue Feb 8, 2023
@gftruj gftruj added bug Something isn't working documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Feb 9, 2023
@gftruj gftruj self-assigned this Feb 9, 2023
@addy1997
Copy link
Contributor Author

Hi, looks like it was out of date (either the three loader, or my usage for aframe 1.2.0). I've updated the collada-model so it uses the 'newest' THREE.ColladaLoader, and the component. It seems to be working, but it reports a warning (looks like it's intentional tho). Let me know if it's working for you as well,

Thanks a lot for reporting an issue btw! Cheers

Thanks for your response. This seems to work properly on JSFiddle. However, I've not tested it locally on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants