mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-25 02:51:43 +00:00
Merge pull request #753 from pagingred/iw5_physpreset_dumper
feat: phys presets dumping and loading for IW3, IW5, T5
This commit is contained in:
@@ -177,6 +177,23 @@ namespace T5
|
||||
vec3_t buoyancyBoxMax;
|
||||
};
|
||||
|
||||
struct PhysPresetInfo
|
||||
{
|
||||
float mass;
|
||||
float bounce;
|
||||
float friction;
|
||||
int isFrictionInfinity;
|
||||
float bulletForceScale;
|
||||
float explosiveForceScale;
|
||||
float piecesSpreadFraction;
|
||||
float piecesUpwardVelocity;
|
||||
int canFloat;
|
||||
float gravityScale;
|
||||
vec3_t centerOfMassOffset;
|
||||
vec3_t buoyancyBoxMin;
|
||||
vec3_t buoyancyBoxMax;
|
||||
};
|
||||
|
||||
enum ConstraintType
|
||||
{
|
||||
CONSTRAINT_NONE = 0x0,
|
||||
|
||||
Reference in New Issue
Block a user