Tag: ARToolKit5

Enable JS ARToolKit WebAssebmly

JS ARToolKit WebAssembly

I recently wrote about the performance of JS ARToolKit WebAssembly version compared to the none WebAssembly version http://augmentmy.world/js-artoolkit-performance. Today I’d like to tell you how I made JS ARToolKit WebAssembly possible. JS ARToolKit WebAssembly background Some background …
Feature image ARMarkerEvent

Marker detection in Unity3D

Hi everyone, I often get the question: “How to tell if the marker is detected in Unity3D?” The easiest thing to find that out is to listen for the OnMarkerFound(ARMarker)  and OnMarkerTracked(ARMarker)  events. ARToolKit5 is …