您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

perspective-view.md 686B

PerspectiveView

A View that models a perspective projection.

Properties

aspect

view.aspect: number, read-only

Aspect ratio of the viewing frustum.

fovx

view.fovx: number, read-only

Horizontal field-of-view of the viewing frustum, measured in radians.

Since: 0.3.0

fovy

view.fovy: number, read-only

Vertical field-of-view of the viewing frustum, measured in radians.

near

view.near: number, read-only

Distance of the near clipping plane of the viewing frustum to the Z = 0 plane in viewer space.

far

view.far: number, read-only

Distance of the far clipping plane of the viewing frustum to the Z = 0 plane in viewer space.