new JsArToolKitArLib()
ArLib class for JSARToolKit.
Please do not instantiate this class on your own. Use the
Please do not instantiate this class on your own. Use the
ArLibFactory
instead.
Extends
Methods
-
getDebug() → {boolean}
-
Gets debug value
- Inherited From:
- Source:
Returns:
Debug value- Type
- boolean
-
getThreshold() → {number}
-
Gets threshold value
Returns:
Threshold value- Type
- number
-
init()
-
Initializes the instance
-
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.
-
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 -
update(dt)
-
Updates the instance
Parameters:
Name Type Description dt
number Elapsed time since previous frame