v3: introducing Image Tracking and new AR.js structure#1
Conversation
|
Testing the Three.js examples:
Aframe examples: and then when detecting the NFT marker:
the black screen could be also caused because my device not support high float ( need precision: mediump in the renderer). I didn't tested yet the loacation based part. |
|
In threex-hittesting-plane.js line 17 it should be fixed in this way:+ var geometry = new THREE.PlaneGeometry(20,20,19,19)
- var geometry = new THREE.PlaneGeometry(20,20,19,19).rotateX(-Math.PI/2) |
|
For the aframe examples that use deprecated camera types may we use the |
# Conflicts: # three.js/examples/webvr-for-ar.html
|
yes, already done. examples are fixed, should need other tests though. |
|
I'm thinking on how to create the new Readme. I'd like to make something simple, as the principal readme, and then create 'sub readme' for each feature. So the principal readme will be like:
marker readme:
image tracking readme:
location based readme:
|
first commit
🖼 This will make AR.js capable of detect and track 2D images.
https://twitter.com/nicolocarp/status/1204841439160684549
Could be raise some bugs and incompatibilties between the code.
Can it be referenced to an Issue? If so what is the issue # ?
From jsartoolkit5 repo: PR kalwalt/jsartoolkit5#1
From AR.js issues:
also, a repo cleaning will help for: jeromeetienne/AR.js#433
and also: jeromeetienne/AR.js#722
How can we test it?
Just test the examples on three.js/aframe examples folders.
Summary
see the other PR:
jeromeetienne/AR.js#722
jeromeetienne/AR.js#740
Does this PR introduce a breaking change?
Old repository will continue to be up, with markers + GPS support.
A new repository will be created on AR.js new organization, that will feature two libraries:
Because of incompatibility between markers and NFT.
Please TEST your PR before proposing it. Specify here what device you have used for tests, version of OS and version of Browser
Other information
I uploaded the new jsartookit5 libs and build the AR.js libs with makefile.
Progress