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

Accessing the baseURL results in a 404 #17

Open
ma2yama opened this issue Sep 24, 2024 · 3 comments
Open

Accessing the baseURL results in a 404 #17

ma2yama opened this issue Sep 24, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ma2yama
Copy link

ma2yama commented Sep 24, 2024

https://ar-js-org.github.io/AR.js/three.js/ is specified as the baseURL, but it seems that it is currently inaccessible.

static baseURL = "https://ar-js-org.github.io/AR.js/three.js/";

@kalwalt
Copy link
Member

kalwalt commented Sep 24, 2024

Yes it could be, do you find some issues if you provide your own URL?

@kalwalt kalwalt self-assigned this Sep 24, 2024
@kalwalt kalwalt added the bug Something isn't working label Sep 24, 2024
@ma2yama
Copy link
Author

ma2yama commented Sep 25, 2024

When I implemented it without noticing the line below, I got an error, so I raised an issue. I downloaded the camera_para.dat locally and referenced it, and the marker AR worked.

THREEx.ArToolkitContext.baseURL = "./";

@kalwalt
Copy link
Member

kalwalt commented Oct 20, 2024

I noticed that this happens only if you code in Typescript, in vanilla javascript doesn't happens, do you confirm this?

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