ksys/phys: Finish RigidBodyFromShape (add factory functions)

This commit is contained in:
Léo Lam
2022-02-13 15:50:28 +01:00
parent 6727376291
commit db72086c68
5 changed files with 275 additions and 27 deletions
@@ -286,6 +286,7 @@ union EntityCollisionFilterInfo {
util::BitField<6, 1, bool, u32> no_ground_collision;
/// Whether water collision is disabled.
util::BitField<7, 1, bool, u32> no_water_collision;
util::BitField<16, 10, u32> group_handler_index;
util::BitField<30, 1, bool, u32> unk30;
util::BitField<31, 1, bool, u32> is_ground_hit_mask;
};