jens
jens
Hey @ThomasRutzer, time for a review session? ;)
Hi @rafelis1997, thank you! I set up an example using conditional rendering for the arcanvas. Seems to work fine turning it on and off, could you try it out please...
Hey, we just released https://github.com/artcom/react-three-arjs. It's still in development, for now you can just try the marker based ar tracking. Because there is no npm module for ar.js available yet,...
> Hi @timrijkse, thank you! It is not planned yet, but when i find time i can take a look at how it could be integrated. If you like you...
> @j-era I love your react-three-arjs project. Tracking is working great. Is there a way to add click handlers? I have a cube mesh rendering but onClick does not work...
Hi, tested with 3.3.3-es6-beta-01 and 3.3.3-es6-beta-02, this error still occurs on mobiles. You can test with https://codesandbox.io/s/jolly-hodgkin-ssu33
Hi @philohelp Sorry, so far this package only supports marker based AR
Yes, the marker position root will be updated. So you need to get the position of the marker root (the parent of your Model) ``` console.log(modelRef.current.parent.getWorldPosition(new Vector3())) ```
Hi [hzgand](https://github.com/hzgand), thanks for the description. The error is known for a while, but only now had time to deal with it. Could you please try with `0.5.6` (https://codesandbox.io/s/jolly-hodgkin-ssu33)
https://github.com/artcom/react-three-arjs/issues/22