C# 클래스 OVRDisplay.EyeRenderDesc, cs-mini-modbot-simulation

Specifies the size and field-of-view for one eye texture.
파일 보기 프로젝트 열기: intel-cornellcup/mini-modbot-simulation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fov Vector2
resolution Vector2

프로퍼티 상세

fov 공개적으로 프로퍼티

The angle of the horizontal and vertical field of view in degrees.
public Vector2 fov
리턴 Vector2

resolution 공개적으로 프로퍼티

The horizontal and vertical size of the texture.
public Vector2 resolution
리턴 Vector2