C# 클래스 Ovr.DistortionMesh

Describes a full set of distortion mesh data, filled in by ovrHmd_CreateDistortionMesh. Contents of this data structure, if not null, should be freed by ovrHmd_DestroyDistortionMesh.
파일 보기 프로젝트 열기: UCSDVR/Lucid-VR 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndexCount uint
VertexCount uint
pIndexData short[]
pVertexData Ovr.DistortionVertex[]

비공개 메소드들

메소드 설명
DistortionMesh ( DistortionMesh_Raw raw ) : System

프로퍼티 상세

IndexCount 공개적으로 프로퍼티

The number of indices in the mesh.
public uint IndexCount
리턴 uint

VertexCount 공개적으로 프로퍼티

The number of vertices in the mesh.
public uint VertexCount
리턴 uint

pIndexData 공개적으로 프로퍼티

Indices for connecting the mesh vertices into polygons.
public short[] pIndexData
리턴 short[]

pVertexData 공개적으로 프로퍼티

The distortion vertices representing each point in the mesh.
public DistortionVertex[],Ovr pVertexData
리턴 Ovr.DistortionVertex[]