@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
9 lines (8 loc) • 375 B
TypeScript
import { Matrix4 } from 'three';
import { CoreMarkerTrackingControllerOptions, MarkerTrackingControllerConfig } from './Common';
export declare class CoreMarkerTrackingController {
constructor(options: CoreMarkerTrackingControllerOptions);
errorMessage(): string | void;
trackedMatrix(targetMatrix: Matrix4): void;
config(): MarkerTrackingControllerConfig;
}