PerspectiveCamera.perspective

視界の設定

GLUTのgluPerspectiveと同じです。 fovy: 視野角 aspect: 縦横比(通常は[画面幅/高さ]です) near: 一番近いz座標 far: 一番遠いz座標

class PerspectiveCamera
void
perspective
(
in float fovy
,
in float aspect
,
in float near
,
in float far
)

Meta