From e7cfb656c4b2152f802d6b7e03d0b7ff079f3d15 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Sat, 5 Nov 2016 11:36:52 -0700 Subject: [PATCH] update bullet.h serialization header, matching the dna in Bullet/src/LinearMath/btSerialize.cpp --- Extras/Serialize/BulletFileLoader/autogenerated/bullet.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Extras/Serialize/BulletFileLoader/autogenerated/bullet.h b/Extras/Serialize/BulletFileLoader/autogenerated/bullet.h index 49fb0dee0..2e2e8e322 100644 --- a/Extras/Serialize/BulletFileLoader/autogenerated/bullet.h +++ b/Extras/Serialize/BulletFileLoader/autogenerated/bullet.h @@ -553,6 +553,8 @@ typedef struct bInvalidHandle { double m_deactivationTime; double m_friction; double m_rollingFriction; + double m_contactDamping; + double m_contactStiffness; double m_restitution; double m_hitFraction; double m_ccdSweptSphereRadius; @@ -585,6 +587,8 @@ typedef struct bInvalidHandle { float m_deactivationTime; float m_friction; float m_rollingFriction; + float m_contactDamping; + float m_contactStiffness; float m_restitution; float m_hitFraction; float m_ccdSweptSphereRadius;