@polygonjs/plugin-marker-tracking
TypeScript icon, indicating that this package has built-in type declarations

1.5.45 • Public • Published

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.

Package Sidebar

Install

npm i @polygonjs/plugin-marker-tracking

Weekly Downloads

2

Version

1.5.45

License

MIT

Unpacked Size

7.25 MB

Total Files

11

Last publish

Collaborators

  • polygonjs