Thorsten Bux
Thorsten Bux
**Comment by [jeromeetienne](https://github.com/jeromeetienne)** _Monday Feb 29, 2016 at 11:31 GMT_ ---- Changing those values doesnt affect the issue unfortunatly. This line seems to be the source of it ``` camera.projectionMatrix.elements.set(this.getCameraMatrix());...
**Comment by [jeromeetienne](https://github.com/jeromeetienne)** _Wednesday Mar 02, 2016 at 14:01 GMT_ ---- my bet is that the near/far we use when we compute the projection matrix in jsartoolkit are too far...
**Comment by [yvt](https://github.com/yvt)** _Thursday Nov 23, 2017 at 09:26 GMT_ ---- @jeromeetienne You are right; they default to `0.0001` and `1000.0`. And currently, there is no way to change them...
We should make Near and far planes configurable.
**Comment by [jeromeetienne](https://github.com/jeromeetienne)** _Tuesday Feb 23, 2016 at 14:53 GMT_ ----
**Comment by [zz85](https://github.com/zz85)** _Tuesday Feb 23, 2016 at 21:13 GMT_ ---- perhaps some log level logging can be used at https://github.com/artoolkit/jsartoolkit5/blob/dev/jsartoolkit/js/artoolkit.api.js#L1551
**Comment by [jeromeetienne](https://github.com/jeromeetienne)** _Thursday Feb 25, 2016 at 12:07 GMT_ ---- @zz85 sound good to me
**Comment by [philip-lamb](https://github.com/philip-lamb)** _Thursday Feb 25, 2016 at 20:20 GMT_ ---- Best to use branch 'master' for references to the code now. So Joshua's reference would be https://github.com/artoolkit/jsartoolkit5/blob/master/js/artoolkit.api.js#L1551
Hi, what you want is basically these pattern markers: https://github.com/artoolkit/ARToolKit5/tree/master/doc/patterns which are already preconfigured inside artoolkit so you don't need to create the patt files. However, the 4x4 markers are...
They are pre-configured in a way that you don't need to create the patt files. You still need to tell the tracker which markers you are looking for. Meaning you...