mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-21 15:30:33 +00:00
feat: T4 and T5 physconstraints dumping (#879)
* feat: T4 and T5 physconstraints dumping * chore: small style adjustments --------- Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
@@ -142,6 +142,13 @@ namespace T4
|
||||
WFT_NUM_FIELD_TYPES,
|
||||
};
|
||||
|
||||
enum constraintsFieldType_t
|
||||
{
|
||||
CFT_TYPE = CSPFT_NUM_BASE_FIELD_TYPES,
|
||||
|
||||
CFT_NUM_FIELD_TYPES
|
||||
};
|
||||
|
||||
struct AccuracyGraph
|
||||
{
|
||||
vec2_t* graphKnots;
|
||||
|
||||
@@ -151,7 +151,8 @@ namespace T4
|
||||
CONSTRAINT_FAKE_SHAKE = 0x6,
|
||||
CONSTRAINT_LAUNCH = 0x7,
|
||||
CONSTRAINT_ROPE = 0x8,
|
||||
NUM_CONSTRAINT_TYPES = 0x9,
|
||||
|
||||
NUM_CONSTRAINT_TYPES,
|
||||
};
|
||||
|
||||
enum AttachPointType : int
|
||||
|
||||
@@ -405,7 +405,8 @@ namespace T6
|
||||
CONSTRAINT_LAUNCH = 0x7,
|
||||
CONSTRAINT_ROPE = 0x8,
|
||||
CONSTRAINT_LIGHT = 0x9,
|
||||
NUM_CONSTRAINT_TYPES = 0xA,
|
||||
|
||||
NUM_CONSTRAINT_TYPES
|
||||
};
|
||||
|
||||
enum AttachPointType
|
||||
|
||||
Reference in New Issue
Block a user