AR.js-threejs icon indicating copy to clipboard operation
AR.js-threejs copied to clipboard

An experimental Typescript module for AR.js

Results 10 AR.js-threejs issues
Sort by recently updated
recently updated
newest added

This PR solve issues #13 #14

bug
enhancement

In various part of the code we can found `var _this = this` because otherwise the `this `object is unvailable, because the use of nested functions example in **ArToolkitContext** in...

enhancement

Note: **ArMarkerControls** is a dervied class from **ArBaseControls** This happens because i implemented the code in this way https://github.com/AR-js-org/AR.js-threejs/blob/9c8e08bac13f921d513c91451a32fcd006a32715/src/ArBaseControls.ts#L3-L14 original AR.js code here: ```js const ArBaseControls = function (object3d) {...

bug
enhancement

Callbacks are used in many parts of the code but what about if we convert to Promises?

enhancement

Because we are using webpack version 5, worker-loader should be not needed see https://webpack.js.org/guides/web-workers/

enhancement

This is to avoid the CORS issues when opening the example html files: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp?utm_source=devtools&utm_medium=firefox-cors-errors&utm_campaign=default To test if it works, just open _examples/default.html_

enhancement

When I tried to develop with the latest Three.js, the build failed, so I tried to fix it. ## npm audit fix npm was showing a vulnerability, so I ran...

I'm trying to use NFT markers, but the following changes in `examplt-ts` don't seem to work. ```diff diff --git a/example-ts/index.ts b/example-ts/index.ts index 8e5f366..382f886 100644 --- a/example-ts/index.ts +++ b/example-ts/index.ts @@ -94,8...

https://ar-js-org.github.io/AR.js/three.js/ is specified as the baseURL, but it seems that it is currently inaccessible. https://github.com/AR-js-org/AR.js-threejs/blob/df206b183ef61f8bf91083f9fdb6488423409876/src/ArToolkitContext.ts#L116

bug

ArToolkitContext.baseURL seems have no effect, infact the ArToolkitContext fails to load the default file. _Originally posted by @kalwalt in https://github.com/AR-js-org/AR.js-threejs/pull/20#discussion_r1807793830_

bug