A non-owning view of the data blending data for one source shape within a soft skinned mesh.
More...
#include <mesh_data.h>
|
| Span< int const > | indices |
| | Indices for blending. Size = numNodes * 2.
|
| std::string_view | sourceShape |
| | Name of the soft source shape.
|
| Span< real const > | weights |
| | Weights for blending Size = numNodes * 2.
|
A non-owning view of the data blending data for one source shape within a soft skinned mesh.
- See also
- BlendingData
Definition at line 76 of file mesh_data.h.
◆ BlendingDataView() [1/2]
| superdex::BlendingDataView::BlendingDataView |
( |
| ) |
|
|
default |
◆ BlendingDataView() [2/2]
| superdex::BlendingDataView::BlendingDataView |
( |
BlendingData const & | src | ) |
|
|
inline |
◆ operator!=()
| bool superdex::BlendingDataView::operator!= |
( |
BlendingDataView const & | other | ) |
const |
|
default |
◆ operator==()
| bool superdex::BlendingDataView::operator== |
( |
BlendingDataView const & | other | ) |
const |
|
default |
◆ indices
| Span<int const> superdex::BlendingDataView::indices |
Indices for blending. Size = numNodes * 2.
Definition at line 87 of file mesh_data.h.
◆ sourceShape
| std::string_view superdex::BlendingDataView::sourceShape |
Name of the soft source shape.
Definition at line 86 of file mesh_data.h.
◆ weights
| Span<real const> superdex::BlendingDataView::weights |
Weights for blending Size = numNodes * 2.
Definition at line 88 of file mesh_data.h.
The documentation for this struct was generated from the following files: