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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]