Open 3D Engine NvCloth Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
NvCloth::MeshNodeInfo::SubMesh Struct Reference

Identifies a submesh inside the render mesh. More...

#include <AssetHelper.h>

Public Attributes

int m_primitiveIndex = InvalidIndex
 Primitive index inside the asset.
 
int m_verticesFirstIndex = InvalidIndex
 First vertex of the submesh.
 
int m_numVertices = 0
 Number of vertices of the submesh after the first vertex.
 
int m_indicesFirstIndex = InvalidIndex
 First index inside the asset.
 
int m_numIndices = 0
 Number of indices of the submesh after the first index.
 

Detailed Description

Identifies a submesh inside the render mesh.


The documentation for this struct was generated from the following file: