1.5.45 • Published 5 months ago

@polygonjs/plugin-marker-tracking v1.5.45

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Polygonjs Marker Tracking Plugin

This adds several nodes to work with Marker Tracking with the Polygonjs webgl design tool.

Install

Import the plugin:

yarn add @polygonjs/plugin-marker-tracking

And register the plugin in the function configurePolygonjs in the file PolyConfig.js so that the mapbox nodes can be accessible in both the editor and your exported scene:

import {polyPluginMarkerTracking} from '@polygonjs/plugin-marker-tracking/dist/src/index';

export function configurePolygonjs(poly) {
	poly.registerPlugin(polyPluginMarkerTracking);
}

Licenses

This plugin is open-source and MIT, but it depends on AR-js, which itself depends on artoolkit5-js, which under LGPLv3 license. See artoolkit5-js license.