Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 567 Bytes

File metadata and controls

44 lines (21 loc) · 567 Bytes

ofxARToolKit (Not jet functional - we are just testing)

This is a new attempt for an OF ARToolKit 5 Add-On

API Discussion:

void setOrientation(OFX_ORIENTATION)

void setMaxNumOfMarkers(int)

void addMarker(string)

void autoFocusOn()

void autoFocusOff()

void setup()

void update()

void drawBackground()

void addExtraMarker(string);

void resume()

void pause()

void stop()

int numOfMarkersFound()

marker getMarker(int)

vector marker.modelViewMatrix

string marker.markerName

vector getProjectionMatrix()

void exit()