Class OrthographicDto (Inputs.BabylonCamera)
Constructors
constructor
new OrthographicDto( camera?: Camera, orthoLeft?: number, orthoRight?: number, orthoTop?: number, orthoBottom?: number,): OrthographicDto Parameters
Optionalcamera: CameraOptionalorthoLeft: numberOptionalorthoRight: numberOptionalorthoTop: numberOptionalorthoBottom: number
Properties
camera
camera: Camera
orthoLeft
orthoLeft: number
orthoRight
orthoRight: number
orthoBottom
orthoBottom: number
orthoTop
orthoTop: number
为
babylon.camera.makeCameraOrthographic提供相机以及其无距离感的平面视图的四条边界。