This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Avatar 1.28 Reference Guide

ovrAvatarMeshAssetDataV2 Struct Reference

Mesh Asset Data.

Data Fields

uint32_t
Vertex Count.
const ovrAvatarMeshVertexV2 *
Vertex Array.
uint32_t
Index Count.
const uint16_t *
Index Array.
ovrAvatarSkinnedMeshPose
Bind pose.

Field Documentation

uint32_t ovrAvatarMeshAssetDataV2::vertexCount ( )
Vertex Count.
const ovrAvatarMeshVertexV2* ovrAvatarMeshAssetDataV2::vertexBuffer ( )
Vertex Array.
uint32_t ovrAvatarMeshAssetDataV2::indexCount ( )
Index Count.
const uint16_t* ovrAvatarMeshAssetDataV2::indexBuffer ( )
Index Array.
ovrAvatarSkinnedMeshPose ovrAvatarMeshAssetDataV2::skinnedBindPose ( )
Bind pose.
The documentation for this struct was generated from the following file: Include/OVR_Avatar.h