-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developing code for marker management #6
Comments
I realized this, and at the moment i will concentrate my effort to develop ArtoolkitX.js. I like Ar.js but maybe we are in a early stage to think about integration, and other problems. |
i will consider as a real gift! 😃 |
At the moment ArtoolkitX.js has not all his power, we need to extend his functionality. I want to collect here a series of functions that can be useful and we need/want. I was wondering if we should follow the code structure of jsartollkit5 or decide for other solutions. Because AR.js is based on jsartoolkit5 i would not break too much the jsartoolkit5 code structure. We can think to add or change the code that not works well or has some bug.
Anyway this is the list, to be completed:
getMarkerInfo
as in jsartoolkit5 you can get idPatt, position, vertex and other datadebugMarker
to display a simple square rect and a point in the middle of the marker, for debugging pourposesdetectMarker
not sure if it is needed with the new API...transMat
get the transformation matrixgetMarkerNum
to retrieve the number of markersThe text was updated successfully, but these errors were encountered: