mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-16 15:01:44 +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:
@@ -201,6 +201,26 @@ namespace IW5
|
||||
bool perSurfaceSndAlias;
|
||||
};
|
||||
|
||||
struct PhysPresetInfo
|
||||
{
|
||||
float mass;
|
||||
float bounce;
|
||||
float friction;
|
||||
float bulletForceScale;
|
||||
float explosiveForceScale;
|
||||
const char* sndAliasPrefix;
|
||||
float piecesSpreadFraction;
|
||||
float piecesUpwardVelocity;
|
||||
float minMomentum;
|
||||
float maxMomentum;
|
||||
float minPitch;
|
||||
float maxPitch;
|
||||
PhysPresetScaling volumeType;
|
||||
PhysPresetScaling pitchType;
|
||||
int tempDefaultToCylinder;
|
||||
int perSurfaceSndAlias;
|
||||
};
|
||||
|
||||
struct Bounds
|
||||
{
|
||||
vec3_t midPoint;
|
||||
|
||||
Reference in New Issue
Block a user