Thorsten Bux

Results 173 comments of Thorsten Bux

I would add it yes. I recall on my iPhone 6s that it breaks without -s ALLOW_MEMORY_GROTH=1

No I haven't however I'm not sure with which device I tested that. I recall that inside artoolkitX.js I have allowMemoryGrowth enabled and never had any issues with it which...

Thank you. I'll check why the build isn't working and merge then.

Some bug there. A PR should never push a release. I'm on it

I’m not quite sure what you are looking for. The artoolkit.js library is an Emscripten compilation of the artoolkit C++ code which you can find just next to the jsartoolkit5...

All the documentation from the former artoolkit.org page is here: https://github.com/artoolkit/artoolkit-docs some of the barcode patterns are here: https://github.com/artoolkit/artoolkit5/tree/master/doc/patterns

I understood :). Just thought I share the information I've got

**Comment by [jeromeetienne](https://github.com/jeromeetienne)** _Thursday Feb 25, 2016 at 13:05 GMT_ ---- hmm @philip-lamb im thinking it may be due to the camera parameter reading... what do you think ? Supposition:...

**Comment by [philip-lamb](https://github.com/philip-lamb)** _Thursday Feb 25, 2016 at 20:12 GMT_ ---- Z-fighting would cause that, and yes, poorly chosen near/far would cause z-fighting. The camera parameter doesn't directly set the...

**Comment by [philip-lamb](https://github.com/philip-lamb)** _Monday Feb 29, 2016 at 05:51 GMT_ ---- Near and far planes appear to be set here: https://github.com/artoolkit/jsartoolkit5/blob/master/js/artoolkit.api.js#L960 These need to be made configurable.