summaryrefslogtreecommitdiff
path: root/src/components.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-31 14:02:33 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-11-15 13:13:27 -0500
commit75e6b2bd37951e5dea169352e97ad3b4ca813209 (patch)
treeb09089a45c475e886f01a1bcf112e0650d4fcd16 /src/components.hpp
parentf2c808b1235b9d76e4d4753c025f404e7736ca3c (diff)
default and instance-specific mass
Diffstat (limited to 'src/components.hpp')
-rw-r--r--src/components.hpp1
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;