You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In various part of the code we can found var _this = this because otherwise the this object is unvailable, because the use of nested functions example in ArToolkitContext in the init function:
In various part of the code we can found
var _this = this
because otherwise thethis
object is unvailable, because the use of nested functions example in ArToolkitContext in the init function:AR.js-threejs/src/ArToolkitContext.ts
Line 138 in 9c8e08b
and then after:
AR.js-threejs/src/ArToolkitContext.ts
Lines 144 to 153 in 9c8e08b
maybe we can rewrite these functions?
The text was updated successfully, but these errors were encountered: