![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
A joint and its skin weight. More...
#include <SoftBodySharedSettings.h>
Public Member Functions | |
| SkinWeight ()=default | |
| Constructor. | |
| SkinWeight (uint32 inInvBindIndex, float inWeight) | |
Public Attributes | |
| uint32 | mInvBindIndex = 0 |
| Index in mInvBindMatrices. | |
| float | mWeight = 0.0f |
| Weight with which it is skinned. | |
A joint and its skin weight.
|
default |
Constructor.
| uint32 SoftBodySharedSettings::SkinWeight::mInvBindIndex = 0 |
Index in mInvBindMatrices.
| float SoftBodySharedSettings::SkinWeight::mWeight = 0.0f |
Weight with which it is skinned.