|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.dhbw.andar.ARToolkit
public class ARToolkit
Interface to the ARToolkit.
Constructor Summary | |
---|---|
ARToolkit(Resources res,
java.io.File baseFile)
|
Method Summary | |
---|---|
void |
detectMarkers(byte[] image)
Detects the markers in the image, and updates the state of the MarkerInfo accordingly. |
void |
draw(GL10 gl)
Draw all ARObjects. |
void |
initGL(GL10 gl)
initialize the objects. |
void |
registerARObject(ARObject arobject)
Registers an object to the ARToolkit. |
void |
setVisListener(MarkerVisibilityListener visListener)
|
void |
unregisterARObject(ARObject arobject)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ARToolkit(Resources res, java.io.File baseFile)
Method Detail |
---|
public void registerARObject(ARObject arobject) throws AndARException
arobject
- The object that shell be registered.
AndARException
public void unregisterARObject(ARObject arobject)
public final void detectMarkers(byte[] image)
image
- public final void draw(GL10 gl)
gl
- public final void initGL(GL10 gl)
gl
- public void setVisListener(MarkerVisibilityListener visListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |