Class: JsArToolKitArLib

SKARF. JsArToolKitArLib

new JsArToolKitArLib()

ArLib class for JSARToolKit.
Please do not instantiate this class on your own. Use the ArLibFactory instead.
Source:

Extends

Methods

getDebug() → {boolean}

Gets debug value
Inherited From:
Source:
Returns:
Debug value
Type
boolean

getThreshold() → {number}

Gets threshold value
Source:
Returns:
Threshold value
Type
number

init()

Initializes the instance
Source:

initCameraProjMatrix()

Initializes the camera projection matrix. This is called automatically during initialization. Call this function only if you need to re-initialize the camera projection matrix again.
Source:

setDebug(value)

Sets debug value
Parameters:
Name Type Description
value boolean Debug value to set to
Inherited From:
Source:

setThreshold(value)

Sets threshold value
Parameters:
Name Type Description
value number Threshold value to set to
Source:

update(dt)

Updates the instance
Parameters:
Name Type Description
dt number Elapsed time since previous frame
Source: