Mesh
Variables
Name |
Type |
Description |
---|---|---|
vertices |
The mesh’s vertices. |
|
indices |
std::vector<uint32_t> |
The mesh’s indices. |
skin |
The mesh’s Skin for animation. |
|
animations |
The mesh’s animations. |
|
topology |
The mesh’s topology. |
Name |
Type |
Description |
---|---|---|
vertices |
The mesh’s vertices. |
|
indices |
std::vector<uint32_t> |
The mesh’s indices. |
skin |
The mesh’s Skin for animation. |
|
animations |
The mesh’s animations. |
|
topology |
The mesh’s topology. |