UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

8 lines 419 B
import { ACameraControlsPlugin } from '../base/ACameraControlsPlugin'; import { TControlsCtor } from '../../core'; export declare class ThreeFirstPersonControlsPlugin extends ACameraControlsPlugin { static readonly PluginType = "ThreeFirstPersonControlsPlugin"; readonly controlsKey = "threeFirstPerson"; protected _controlsCtor: TControlsCtor; } //# sourceMappingURL=ThreeFirstPersonControlsPlugin.d.ts.map