UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 396 B
/** * Compute position of focal point of the camera in world coordinate space. This is the "pinhole" where all perspective lines meet. * @param {THREE.PerspectiveCamera} camera * @param {Vector3} result */ export function compute_perspective_camera_focal_position(camera: THREE.PerspectiveCamera, result: Vector3): void; //# sourceMappingURL=compute_perspective_camera_focal_position.d.ts.map