Skinning data for a Mochi mesh.
More...
#include <mesh_data.h>
Skinning data for a Mochi mesh.
- See also
- SkinningDataView
Definition at line 101 of file mesh_data.h.
◆ SkinningData() [1/2]
| superdex::SkinningData::SkinningData |
( |
| ) |
|
|
default |
◆ SkinningData() [2/2]
◆ operator!=()
| bool superdex::SkinningData::operator!= |
( |
SkinningData const & | other | ) |
const |
|
default |
◆ operator==()
| bool superdex::SkinningData::operator== |
( |
SkinningData const & | other | ) |
const |
|
default |
◆ indices
Indices for each node. Size = numNodes * weightsPerNode.
Definition at line 112 of file mesh_data.h.
◆ weights
Weights for each node. Size = numNodes * weightsPerNode.
Definition at line 113 of file mesh_data.h.
◆ weightsPerNode
| int superdex::SkinningData::weightsPerNode = 0 |
Number of weights and indices per node being skinned.
Definition at line 111 of file mesh_data.h.
The documentation for this struct was generated from the following files: