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/entities.hpp | |
| parent | f2c808b1235b9d76e4d4753c025f404e7736ca3c (diff) | |
default and instance-specific mass
Diffstat (limited to 'src/entities.hpp')
| -rw-r--r-- | src/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.hpp b/src/entities.hpp index f45f7d3..e16097c 100644 --- a/src/entities.hpp +++ b/src/entities.hpp @@ -33,6 +33,7 @@ struct EntityType { } Importer_GLTF; struct { btCollisionShape *shape = nullptr; + btScalar startingMass = 1.f; } bt; }; extern DynArray<EntityType> GlobalEntityTypes; |
