constructor Method
Construct a Camera
Camera(props?: CameraProps): Camera
Parameter | Type | Description |
---|---|---|
props | CameraProps | The properties of the new camera. If undefined, create a camera with eye at {0,0,0}, 90 degree lens, 1 meter focus distance. |
Returns - Camera
Defined in
- core/common/src/Camera.ts Line 66
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.