C# Class 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.
Afficher le fichier Open project: UCSDVR/Lucid-VR Class Usage Examples

Méthodes publiques

Свойство Type Description
IndexCount uint
VertexCount uint
pIndexData short[]
pVertexData Ovr.DistortionVertex[]

Private Methods

Méthode Description
DistortionMesh ( DistortionMesh_Raw raw ) : System

Property Details

IndexCount public_oe property

The number of indices in the mesh.
public uint IndexCount
Résultat uint

VertexCount public_oe property

The number of vertices in the mesh.
public uint VertexCount
Résultat uint

pIndexData public_oe property

Indices for connecting the mesh vertices into polygons.
public short[] pIndexData
Résultat short[]

pVertexData public_oe property

The distortion vertices representing each point in the mesh.
public DistortionVertex[],Ovr pVertexData
Résultat Ovr.DistortionVertex[]