compute_perspective_camera_focal_position
compute_perspective_camera_focal_position(camera, result)
Compute position of focal point of the camera in world coordinate space. This is the "pinhole" where all perspective lines meet.
Kind: global function
Param | Type |
---|---|
camera | THREE.PerspectiveCamera |
result | Vector3 |