UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

20 lines (19 loc) 316 B
"use strict"; export class CoreMarkerTrackingController { constructor(options) { } errorMessage() { } trackedMatrix(targetMatrix) { } config() { return { renderFunction: function() { }, mountFunction: function() { }, unmountFunction: function() { } }; } }