diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-31 14:02:33 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-15 13:13:27 -0500 |
| commit | 75e6b2bd37951e5dea169352e97ad3b4ca813209 (patch) | |
| tree | b09089a45c475e886f01a1bcf112e0650d4fcd16 /src/components.hpp | |
| parent | f2c808b1235b9d76e4d4753c025f404e7736ca3c (diff) | |
default and instance-specific mass
Diffstat (limited to 'src/components.hpp')
| -rw-r--r-- | src/components.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components.hpp b/src/components.hpp index a8b4e88..cd79e4b 100644 --- a/src/components.hpp +++ b/src/components.hpp @@ -55,6 +55,7 @@ struct CompGrBinds { struct InstPos { btTransform posRot; btVector3 scale; + btScalar mass; }; struct InstBt { btDefaultMotionState *motionState; |
