Capítulo 685 de 859
Reference for CameraUtils.
import * as CameraUtils from 'three/addons/utils/CameraUtils.js';
Methods
| Method | Description |
|---|---|
.frameCorners( camera : PerspectiveCamera, bottomLeftCorner : Vector3, bottomRightCorner : Vector3, topLeftCorner : Vector3, estimateViewFrustum : boolean ) (inner) | Set projection matrix and the orientation of a perspective camera to exactly frame the corners of an arbitrary rectangle. NOTE: This function ignores the standard parameters; do not call `updateProje… |