init: function initFn() { /* Disable all sensors in "IR-only" Worlds to save performance. If the property is set to true, any geo-related components (such as GeoObjects and ActionRanges) are active. If the property is set to false, any geo-related components will not be visible on the screen, and triggers will not fire.*/ AR.context.services.sensors = false; this.createOverlays(); },
createOverlays: function createOverlaysFn() { // Initialize Tracker var tracker = new AR.Tracker("res/screen/Target.wtc", { onLoaded: this.loadingStep });
var video = new AR.VideoDrawable("res/screen/thaepicbattle3.mp4", { OffsetX: 0.2, offsetY: 0.2,
Muhammet Ozcetin