Skip to content

Struct Vertex

ClassList > Vertex

Stores the vertex information.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
ManusVec3 position
Weight weights
uint32_t weightsCount

Public Attributes Documentation

variable position

ManusVec3 Vertex::position;

variable weights

Weight Vertex::weights[MAX_BONE_WEIGHTS_PER_VERTEX];

variable weightsCount

uint32_t Vertex::weightsCount;

The documentation for this class was generated from the following file api/cppSDK/SDKClient/ManusSDKTypes.h