web3d / node_modules /three /src /helpers /CameraHelper.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame
265 Bytes
import { Camera } from './../cameras/Camera';
import { LineSegments } from './../objects/LineSegments';
export class CameraHelper extends LineSegments {
constructor(camera: Camera);
camera: Camera;
pointMap: { [id: string]: number[] };
update(): void;
}