Matrix4f.LoadPerspective(Single, Single, Single, Single) 메서드

정의

현재 값을 큐브 뷰 프로젝션 행렬로 설정합니다.

[Android.Runtime.Register("loadPerspective", "(FFFF)V", "GetLoadPerspective_FFFFHandler")]
public virtual void LoadPerspective(float fovy, float aspect, float near, float far);
[<Android.Runtime.Register("loadPerspective", "(FFFF)V", "GetLoadPerspective_FFFFHandler")>]
abstract member LoadPerspective : single * single * single * single -> unit
override this.LoadPerspective : single * single * single * single -> unit

매개 변수

fovy
Single

뷰 각도의 세로 필드(도)

aspect
Single

화면의 가로 세로 비율

near
Single

클리핑 평면 근처, 양수여야 합니다.

far
Single

원거리 클리핑 평면, 양수여야 합니다.

특성

설명

현재 값을 큐브 뷰 프로젝션 행렬로 설정합니다.

에 대한 android.renderscript.Matrix4f.loadPerspective(float, float, float, float)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상