A non-owning view of the skinning data for a Mochi mesh.
More...
#include <mesh_data.h>
|
| Span< int const > | indices |
| | Indices for each node. Size = numNodes * weightsPerNode.
|
| Span< real const > | weights |
| | Weights for each node. Size = numNodes * weightsPerNode.
|
| int | weightsPerNode = 0 |
| | Number of weights and indices per node being skinned.
|
A non-owning view of the skinning data for a Mochi mesh.
- See also
- SkinningData
Definition at line 132 of file mesh_data.h.
◆ SkinningDataView() [1/2]
| superdex::SkinningDataView::SkinningDataView |
( |
| ) |
|
|
default |
◆ SkinningDataView() [2/2]
| superdex::SkinningDataView::SkinningDataView |
( |
SkinningData const & | src | ) |
|
|
inline |
◆ operator!=()
| bool superdex::SkinningDataView::operator!= |
( |
SkinningDataView const & | other | ) |
const |
|
default |
◆ operator==()
| bool superdex::SkinningDataView::operator== |
( |
SkinningDataView const & | other | ) |
const |
|
default |
◆ indices
| Span<int const> superdex::SkinningDataView::indices |
Indices for each node. Size = numNodes * weightsPerNode.
Definition at line 143 of file mesh_data.h.
◆ weights
| Span<real const> superdex::SkinningDataView::weights |
Weights for each node. Size = numNodes * weightsPerNode.
Definition at line 144 of file mesh_data.h.
◆ weightsPerNode
| int superdex::SkinningDataView::weightsPerNode = 0 |
Number of weights and indices per node being skinned.
Definition at line 142 of file mesh_data.h.
The documentation for this struct was generated from the following files: