ARnft-threejs
ARnft-threejs copied to clipboard
A rendering package for https://github.com/webarkit/ARnft
I want to display a 3d model after scanned an image marker. I tried the example one but I want to try update the model with my own code. May...
I receive this warning i think it would be better to avoid it. I found this article in the Three.js forum https://discourse.threejs.org/t/warning-multiple-instances-of-three-js-being-imported/24191, not sure why it's happening.
Instead of use the interpolation routine, maybe better try another algorithm: [one euro filter](https://gist.github.com/3846masa/5628f711e86fd62bea56b18e32177c60)
https://github.com/webarkit/ARnft/issues/204 I came from the above thread. I was trying to use my own camera source. So I have the following script ```js navigator.mediaDevices.enumerateDevices() .then(gotDevices) .then(function(){ navigator.mediaDevices.getUserMedia({ video: constraints })...
Hi, I tried [this arNFT_video_example](https://github.com/webarkit/ARnft/blob/master/examples/arNFT_video_example.html) on multiple devices and the video seems to be black (or just stuck on 1st frame?). Here's a screenshot of what the video looks like:...