2023-03-15 15:20:35 +00:00
|
|
|
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
#include "!GlobalTypes.hpp"
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// /////////////////////////////////////////////////////////////
|
2023-03-15 15:20:35 +00:00
|
|
|
// Binary: vphysics2.dll
|
2024-04-06 11:08:53 +00:00
|
|
|
// Classes count: 157
|
|
|
|
// Enums count: 20
|
|
|
|
// Created using source2gen - github.com/neverlosecc/source2gen
|
|
|
|
// /////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Enumerator count: 4
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 17:43:32 +00:00
|
|
|
enum class JointAxis_t : uint32_t
|
|
|
|
{
|
|
|
|
JOINT_AXIS_X = 0x0,
|
|
|
|
JOINT_AXIS_Y = 0x1,
|
|
|
|
JOINT_AXIS_Z = 0x2,
|
|
|
|
JOINT_AXIS_COUNT = 0x3,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Enumerator count: 3
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 17:43:32 +00:00
|
|
|
enum class JointMotion_t : uint32_t
|
|
|
|
{
|
|
|
|
JOINT_MOTION_FREE = 0x0,
|
|
|
|
JOINT_MOTION_LOCKED = 0x1,
|
|
|
|
JOINT_MOTION_COUNT = 0x2,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 5
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class VPhysXBodyPart_t__VPhysXFlagEnum_t : uint32_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
VPhysXBodyPart_t::FLAG_STATIC = 0x1,
|
|
|
|
VPhysXBodyPart_t::FLAG_KINEMATIC = 0x2,
|
|
|
|
VPhysXBodyPart_t::FLAG_JOINT = 0x4,
|
|
|
|
VPhysXBodyPart_t::FLAG_MASS = 0x8,
|
|
|
|
VPhysXBodyPart_t::FLAG_ALWAYS_DYNAMIC_ON_CLIENT = 0x10,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 4
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class VPhysXConstraintParams_t__EnumFlags0_t : uint32_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
VPhysXConstraintParams_t::FLAG0_SHIFT_INTERPENETRATE = 0x0,
|
|
|
|
VPhysXConstraintParams_t::FLAG0_SHIFT_CONSTRAIN = 0x1,
|
|
|
|
VPhysXConstraintParams_t::FLAG0_SHIFT_BREAKABLE_FORCE = 0x2,
|
|
|
|
VPhysXConstraintParams_t::FLAG0_SHIFT_BREAKABLE_TORQUE = 0x3,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 2
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class VPhysXJoint_t__Flags_t : uint32_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
VPhysXJoint_t::JOINT_FLAGS_NONE = 0x0,
|
|
|
|
VPhysXJoint_t::JOINT_FLAGS_BODY1_FIXED = 0x1,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 3
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class VPhysXAggregateData_t__VPhysXFlagEnum_t : uint32_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
VPhysXAggregateData_t::FLAG_IS_POLYSOUP_GEOMETRY = 0x1,
|
|
|
|
VPhysXAggregateData_t::FLAG_LEVEL_COLLISION = 0x10,
|
2023-03-15 19:24:28 +00:00
|
|
|
VPhysXAggregateData_t::FLAG_IGNORE_SCALE = 0x20,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 1
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class VPhysXDiskShapeHeader_t__VersinEnum_t : uint32_t
|
2023-03-15 19:24:28 +00:00
|
|
|
{
|
|
|
|
VPhysXDiskShapeHeader_t::VERSION = 0x81,
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 3
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class MeshTranslucencyType_t : uint32_t
|
|
|
|
{
|
|
|
|
MESH_TRANSLUCENCY_FULLY_OPAQUE = 0x0,
|
|
|
|
MESH_TRANSLUCENCY_PARTIALLY_ALPHA_BLENDED = 0x1,
|
|
|
|
MESH_TRANSLUCENCY_FULLY_ALPHA_BLENDED = 0x2,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 10
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class MeshDrawPrimitiveFlags_t : uint32_t
|
|
|
|
{
|
|
|
|
MESH_DRAW_FLAGS_NONE = 0x0,
|
|
|
|
MESH_DRAW_FLAGS_USE_SHADOW_FAST_PATH = 0x1,
|
|
|
|
MESH_DRAW_FLAGS_USE_COMPRESSED_NORMAL_TANGENT = 0x2,
|
2023-03-15 19:24:28 +00:00
|
|
|
MESH_DRAW_FLAGS_IS_OCCLUDER = 0x4,
|
2023-03-15 18:56:19 +00:00
|
|
|
MESH_DRAW_INPUT_LAYOUT_IS_NOT_MATCHED_TO_MATERIAL = 0x8,
|
|
|
|
MESH_DRAW_FLAGS_USE_COMPRESSED_PER_VERTEX_LIGHTING = 0x10,
|
|
|
|
MESH_DRAW_FLAGS_USE_UNCOMPRESSED_PER_VERTEX_LIGHTING = 0x20,
|
|
|
|
MESH_DRAW_FLAGS_CAN_BATCH_WITH_DYNAMIC_SHADER_CONSTANTS = 0x40,
|
|
|
|
MESH_DRAW_FLAGS_DRAW_LAST = 0x80,
|
2023-03-15 19:24:28 +00:00
|
|
|
MESH_DRAW_FLAGS_HAS_LIGHTING_BASIS = 0x100,
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 23
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class ModelSkeletonData_t__BoneFlags_t : uint32_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
ModelSkeletonData_t::FLAG_NO_BONE_FLAGS = 0x0,
|
|
|
|
ModelSkeletonData_t::FLAG_BONEFLEXDRIVER = 0x4,
|
|
|
|
ModelSkeletonData_t::FLAG_CLOTH = 0x8,
|
|
|
|
ModelSkeletonData_t::FLAG_PHYSICS = 0x10,
|
|
|
|
ModelSkeletonData_t::FLAG_ATTACHMENT = 0x20,
|
|
|
|
ModelSkeletonData_t::FLAG_ANIMATION = 0x40,
|
|
|
|
ModelSkeletonData_t::FLAG_MESH = 0x80,
|
|
|
|
ModelSkeletonData_t::FLAG_HITBOX = 0x100,
|
|
|
|
ModelSkeletonData_t::FLAG_RETARGET_SRC = 0x200,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD0 = 0x400,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD1 = 0x800,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD2 = 0x1000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD3 = 0x2000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD4 = 0x4000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD5 = 0x8000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD6 = 0x10000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_USED_BY_VERTEX_LOD7 = 0x20000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_MERGE_READ = 0x40000,
|
|
|
|
ModelSkeletonData_t::FLAG_BONE_MERGE_WRITE = 0x80000,
|
|
|
|
ModelSkeletonData_t::FLAG_ALL_BONE_FLAGS = 0xfffff,
|
|
|
|
ModelSkeletonData_t::BLEND_PREALIGNED = 0x100000,
|
|
|
|
ModelSkeletonData_t::FLAG_RIGIDLENGTH = 0x200000,
|
|
|
|
ModelSkeletonData_t::FLAG_PROCEDURAL = 0x400000,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 15
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
enum class PermModelInfo_t__FlagEnum : uint32_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
PermModelInfo_t::FLAG_TRANSLUCENT = 0x1,
|
|
|
|
PermModelInfo_t::FLAG_TRANSLUCENT_TWO_PASS = 0x2,
|
|
|
|
PermModelInfo_t::FLAG_MODEL_IS_RUNTIME_COMBINED = 0x4,
|
|
|
|
PermModelInfo_t::FLAG_SOURCE1_IMPORT = 0x8,
|
|
|
|
PermModelInfo_t::FLAG_MODEL_PART_CHILD = 0x10,
|
|
|
|
PermModelInfo_t::FLAG_NAV_GEN_NONE = 0x20,
|
|
|
|
PermModelInfo_t::FLAG_NAV_GEN_HULL = 0x40,
|
|
|
|
PermModelInfo_t::FLAG_NO_FORCED_FADE = 0x800,
|
|
|
|
PermModelInfo_t::FLAG_HAS_SKINNED_MESHES = 0x400,
|
|
|
|
PermModelInfo_t::FLAG_DO_NOT_CAST_SHADOWS = 0x20000,
|
|
|
|
PermModelInfo_t::FLAG_FORCE_PHONEME_CROSSFADE = 0x1000,
|
|
|
|
PermModelInfo_t::FLAG_NO_ANIM_EVENTS = 0x100000,
|
|
|
|
PermModelInfo_t::FLAG_ANIMATION_DRIVEN_FLEXES = 0x200000,
|
|
|
|
PermModelInfo_t::FLAG_IMPLICIT_BIND_POSE_SEQUENCE = 0x400000,
|
|
|
|
PermModelInfo_t::FLAG_MODEL_DOC = 0x800000,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 4
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class ModelBoneFlexComponent_t : uint32_t
|
|
|
|
{
|
|
|
|
MODEL_BONE_FLEX_INVALID = 0xffffffffffffffff,
|
|
|
|
MODEL_BONE_FLEX_TX = 0x0,
|
|
|
|
MODEL_BONE_FLEX_TY = 0x1,
|
|
|
|
MODEL_BONE_FLEX_TZ = 0x2,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 5
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 19:24:28 +00:00
|
|
|
enum class ModelConfigAttachmentType_t : uint32_t
|
|
|
|
{
|
|
|
|
MODEL_CONFIG_ATTACHMENT_INVALID = 0xffffffffffffffff,
|
|
|
|
MODEL_CONFIG_ATTACHMENT_BONE_OR_ATTACHMENT = 0x0,
|
|
|
|
MODEL_CONFIG_ATTACHMENT_ROOT_RELATIVE = 0x1,
|
|
|
|
MODEL_CONFIG_ATTACHMENT_BONEMERGE = 0x2,
|
|
|
|
MODEL_CONFIG_ATTACHMENT_COUNT = 0x3,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 26
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class FlexOpCode_t : uint32_t
|
|
|
|
{
|
|
|
|
FLEX_OP_CONST = 0x1,
|
|
|
|
FLEX_OP_FETCH1 = 0x2,
|
|
|
|
FLEX_OP_FETCH2 = 0x3,
|
|
|
|
FLEX_OP_ADD = 0x4,
|
|
|
|
FLEX_OP_SUB = 0x5,
|
|
|
|
FLEX_OP_MUL = 0x6,
|
|
|
|
FLEX_OP_DIV = 0x7,
|
|
|
|
FLEX_OP_NEG = 0x8,
|
|
|
|
FLEX_OP_EXP = 0x9,
|
|
|
|
FLEX_OP_OPEN = 0xa,
|
|
|
|
FLEX_OP_CLOSE = 0xb,
|
|
|
|
FLEX_OP_COMMA = 0xc,
|
|
|
|
FLEX_OP_MAX = 0xd,
|
|
|
|
FLEX_OP_MIN = 0xe,
|
|
|
|
FLEX_OP_2WAY_0 = 0xf,
|
|
|
|
FLEX_OP_2WAY_1 = 0x10,
|
|
|
|
FLEX_OP_NWAY = 0x11,
|
|
|
|
FLEX_OP_COMBO = 0x12,
|
|
|
|
FLEX_OP_DOMINATE = 0x13,
|
|
|
|
FLEX_OP_DME_LOWER_EYELID = 0x14,
|
|
|
|
FLEX_OP_DME_UPPER_EYELID = 0x15,
|
|
|
|
FLEX_OP_SQRT = 0x16,
|
|
|
|
FLEX_OP_REMAPVALCLAMPED = 0x17,
|
|
|
|
FLEX_OP_SIN = 0x18,
|
|
|
|
FLEX_OP_COS = 0x19,
|
|
|
|
FLEX_OP_ABS = 0x1a,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 4
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class MorphFlexControllerRemapType_t : uint32_t
|
|
|
|
{
|
|
|
|
MORPH_FLEXCONTROLLER_REMAP_PASSTHRU = 0x0,
|
|
|
|
MORPH_FLEXCONTROLLER_REMAP_2WAY = 0x1,
|
|
|
|
MORPH_FLEXCONTROLLER_REMAP_NWAY = 0x2,
|
|
|
|
MORPH_FLEXCONTROLLER_REMAP_EYELID = 0x3,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 4
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class MorphBundleType_t : uint32_t
|
|
|
|
{
|
|
|
|
MORPH_BUNDLE_TYPE_NONE = 0x0,
|
|
|
|
MORPH_BUNDLE_TYPE_POSITION_SPEED = 0x1,
|
|
|
|
MORPH_BUNDLE_TYPE_NORMAL_WRINKLE = 0x2,
|
|
|
|
MORPH_BUNDLE_TYPE_COUNT = 0x3,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 3
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class MorphLookupType_t : uint32_t
|
|
|
|
{
|
|
|
|
LOOKUP_TYPE_TEXCOORD = 0x0,
|
|
|
|
LOOKUP_TYPE_VERTEX_ID = 0x1,
|
|
|
|
LOOKUP_TYPE_COUNT = 0x2,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 3
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class MorphEncodingType_t : uint32_t
|
|
|
|
{
|
|
|
|
ENCODING_TYPE_OBJECT_SPACE = 0x0,
|
|
|
|
ENCODING_TYPE_TANGENT_SPACE = 0x1,
|
|
|
|
ENCODING_TYPE_COUNT = 0x2,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 2
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class AnimVRHand_t : uint32_t
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Left Hand"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVRHand_Left = 0x0,
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Right Hand"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVRHand_Right = 0x1,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Enumerator count: 5
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
enum class AnimVRFinger_t : uint32_t
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Thumb"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVrFinger_Thumb = 0x0,
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Index"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVrFinger_Index = 0x1,
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Middle"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVrFinger_Middle = 0x2,
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Ring"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVrFinger_Ring = 0x3,
|
2024-04-06 11:08:53 +00:00
|
|
|
// MPropertyFriendlyName "Pinky"
|
2023-03-15 18:56:19 +00:00
|
|
|
AnimVrFinger_Pinky = 0x4,
|
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
struct CFeJiggleBone;
|
|
|
|
struct FourVectors2D;
|
|
|
|
struct FourQuaternions;
|
|
|
|
struct RnPlane_t;
|
|
|
|
struct FourCovMatrices3;
|
|
|
|
struct AABB_t;
|
|
|
|
struct RnSphere_t;
|
|
|
|
struct RnCapsule_t;
|
|
|
|
struct RnHull_t;
|
|
|
|
struct RnMesh_t;
|
|
|
|
struct VPhysics2ShapeDef_t;
|
|
|
|
struct VPhysXConstraintParams_t;
|
|
|
|
struct VPhysXRange_t;
|
|
|
|
struct PhysFeModelDesc_t;
|
|
|
|
struct CPhysSurfacePropertiesPhysics;
|
|
|
|
struct CPhysSurfacePropertiesSoundNames;
|
|
|
|
struct CPhysSurfacePropertiesAudio;
|
|
|
|
struct PermModelInfo_t;
|
|
|
|
struct ModelSkeletonData_t;
|
|
|
|
struct CModelConfigList;
|
|
|
|
struct SkeletonBoneBounds_t;
|
|
|
|
struct CRenderBufferBinding;
|
|
|
|
struct CRenderSkeleton;
|
|
|
|
struct CAnimCycle;
|
|
|
|
struct CFootCycle;
|
|
|
|
struct CFootCycleDefinition;
|
|
|
|
struct CFootTrajectories;
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x9c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
class CFeJiggleBone
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nFlags; // 0x0
|
|
|
|
float m_flLength; // 0x4
|
|
|
|
float m_flTipMass; // 0x8
|
|
|
|
float m_flYawStiffness; // 0xc
|
|
|
|
float m_flYawDamping; // 0x10
|
|
|
|
float m_flPitchStiffness; // 0x14
|
|
|
|
float m_flPitchDamping; // 0x18
|
|
|
|
float m_flAlongStiffness; // 0x1c
|
|
|
|
float m_flAlongDamping; // 0x20
|
|
|
|
float m_flAngleLimit; // 0x24
|
|
|
|
float m_flMinYaw; // 0x28
|
|
|
|
float m_flMaxYaw; // 0x2c
|
|
|
|
float m_flYawFriction; // 0x30
|
|
|
|
float m_flYawBounce; // 0x34
|
|
|
|
float m_flMinPitch; // 0x38
|
|
|
|
float m_flMaxPitch; // 0x3c
|
|
|
|
float m_flPitchFriction; // 0x40
|
|
|
|
float m_flPitchBounce; // 0x44
|
|
|
|
float m_flBaseMass; // 0x48
|
|
|
|
float m_flBaseStiffness; // 0x4c
|
|
|
|
float m_flBaseDamping; // 0x50
|
|
|
|
float m_flBaseMinLeft; // 0x54
|
|
|
|
float m_flBaseMaxLeft; // 0x58
|
|
|
|
float m_flBaseLeftFriction; // 0x5c
|
|
|
|
float m_flBaseMinUp; // 0x60
|
|
|
|
float m_flBaseMaxUp; // 0x64
|
|
|
|
float m_flBaseUpFriction; // 0x68
|
|
|
|
float m_flBaseMinForward; // 0x6c
|
|
|
|
float m_flBaseMaxForward; // 0x70
|
|
|
|
float m_flBaseForwardFriction; // 0x74
|
|
|
|
float m_flRadius0; // 0x78
|
|
|
|
float m_flRadius1; // 0x7c
|
|
|
|
Vector m_vPoint0; // 0x80
|
|
|
|
Vector m_vPoint1; // 0x8c
|
|
|
|
uint16_t m_nCollisionMask; // 0x98
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0xd0
|
2023-03-15 18:34:46 +00:00
|
|
|
class CFeNamedJiggleBone
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_strParentBone; // 0x0
|
|
|
|
CTransform m_transform; // 0x10
|
|
|
|
uint32_t m_nJiggleParent; // 0x30
|
|
|
|
CFeJiggleBone m_jiggleBone; // 0x34
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0xa4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
class CFeIndexedJiggleBone
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nNode; // 0x0
|
|
|
|
uint32_t m_nJiggleParent; // 0x4
|
|
|
|
CFeJiggleBone m_jiggleBone; // 0x8
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x580
|
2023-03-15 18:34:46 +00:00
|
|
|
struct PhysFeModelDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< uint32 > m_CtrlHash; // 0x0
|
|
|
|
CUtlVector< CUtlString > m_CtrlName; // 0x18
|
|
|
|
uint32_t m_nStaticNodeFlags; // 0x30
|
|
|
|
uint32_t m_nDynamicNodeFlags; // 0x34
|
|
|
|
float m_flLocalForce; // 0x38
|
|
|
|
float m_flLocalRotation; // 0x3c
|
|
|
|
uint16_t m_nNodeCount; // 0x40
|
|
|
|
uint16_t m_nStaticNodes; // 0x42
|
|
|
|
uint16_t m_nRotLockStaticNodes; // 0x44
|
|
|
|
uint16_t m_nSimdTriCount1; // 0x46
|
|
|
|
uint16_t m_nSimdTriCount2; // 0x48
|
|
|
|
uint16_t m_nSimdQuadCount1; // 0x4a
|
|
|
|
uint16_t m_nSimdQuadCount2; // 0x4c
|
|
|
|
uint16_t m_nQuadCount1; // 0x4e
|
|
|
|
uint16_t m_nQuadCount2; // 0x50
|
|
|
|
uint16_t m_nCollisionSphereInclusiveCount; // 0x52
|
|
|
|
uint16_t m_nTreeDepth; // 0x54
|
|
|
|
uint16_t m_nFitMatrixCount1; // 0x56
|
|
|
|
uint16_t m_nFitMatrixCount2; // 0x58
|
|
|
|
uint16_t m_nSimdFitMatrixCount1; // 0x5a
|
|
|
|
uint16_t m_nSimdFitMatrixCount2; // 0x5c
|
|
|
|
uint16_t m_nNodeBaseJiggleboneDependsCount; // 0x5e
|
|
|
|
uint16_t m_nRopeCount; // 0x60
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0062[0x6]; // 0x62
|
|
|
|
public:
|
|
|
|
CUtlVector< uint16 > m_Ropes; // 0x68
|
|
|
|
CUtlVector< FeNodeBase_t > m_NodeBases; // 0x80
|
|
|
|
CUtlVector< FeSimdNodeBase_t > m_SimdNodeBases; // 0x98
|
|
|
|
CUtlVector< FeQuad_t > m_Quads; // 0xb0
|
|
|
|
CUtlVector< FeSimdQuad_t > m_SimdQuads; // 0xc8
|
|
|
|
CUtlVector< FeSimdTri_t > m_SimdTris; // 0xe0
|
|
|
|
CUtlVector< FeSimdRodConstraint_t > m_SimdRods; // 0xf8
|
|
|
|
CUtlVector< CTransform > m_InitPose; // 0x110
|
|
|
|
CUtlVector< FeRodConstraint_t > m_Rods; // 0x128
|
|
|
|
CUtlVector< FeAxialEdgeBend_t > m_AxialEdges; // 0x140
|
|
|
|
CUtlVector< float32 > m_NodeInvMasses; // 0x158
|
|
|
|
CUtlVector< FeCtrlOffset_t > m_CtrlOffsets; // 0x170
|
|
|
|
CUtlVector< FeCtrlOsOffset_t > m_CtrlOsOffsets; // 0x188
|
|
|
|
CUtlVector< FeFollowNode_t > m_FollowNodes; // 0x1a0
|
|
|
|
CUtlVector< FeCollisionSphere_t > m_CollisionSpheres; // 0x1b8
|
|
|
|
CUtlVector< FeCollisionPlane_t > m_CollisionPlanes; // 0x1d0
|
|
|
|
CUtlVector< FeNodeIntegrator_t > m_NodeIntegrator; // 0x1e8
|
|
|
|
CUtlVector< FeSpringIntegrator_t > m_SpringIntegrator; // 0x200
|
|
|
|
CUtlVector< FeSimdSpringIntegrator_t > m_SimdSpringIntegrator; // 0x218
|
|
|
|
CUtlVector< FeWorldCollisionParams_t > m_WorldCollisionParams; // 0x230
|
|
|
|
CUtlVector< float32 > m_LegacyStretchForce; // 0x248
|
|
|
|
CUtlVector< float32 > m_NodeCollisionRadii; // 0x260
|
|
|
|
CUtlVector< float32 > m_DynNodeFriction; // 0x278
|
|
|
|
CUtlVector< float32 > m_LocalRotation; // 0x290
|
|
|
|
CUtlVector< float32 > m_LocalForce; // 0x2a8
|
|
|
|
CUtlVector< FeTaperedCapsuleStretch_t > m_TaperedCapsuleStretches; // 0x2c0
|
|
|
|
CUtlVector< FeTaperedCapsuleRigid_t > m_TaperedCapsuleRigids; // 0x2d8
|
|
|
|
CUtlVector< FeSphereRigid_t > m_SphereRigids; // 0x2f0
|
|
|
|
CUtlVector< uint16 > m_WorldCollisionNodes; // 0x308
|
|
|
|
CUtlVector< uint16 > m_TreeParents; // 0x320
|
|
|
|
CUtlVector< uint16 > m_TreeCollisionMasks; // 0x338
|
|
|
|
CUtlVector< FeTreeChildren_t > m_TreeChildren; // 0x350
|
|
|
|
CUtlVector< uint16 > m_FreeNodes; // 0x368
|
|
|
|
CUtlVector< FeFitMatrix_t > m_FitMatrices; // 0x380
|
|
|
|
CUtlVector< FeSimdFitMatrices_t > m_SimdFitMatrices; // 0x398
|
|
|
|
CUtlVector< FeFitWeight_t > m_FitWeights; // 0x3b0
|
|
|
|
CUtlVector< FeNodeReverseOffset_t > m_ReverseOffsets; // 0x3c8
|
|
|
|
CUtlVector< FeAnimStrayRadius_t > m_AnimStrayRadii; // 0x3e0
|
|
|
|
CUtlVector< FeSimdAnimStrayRadius_t > m_SimdAnimStrayRadii; // 0x3f8
|
|
|
|
CUtlVector< FeKelagerBend2_t > m_KelagerBends; // 0x410
|
|
|
|
CUtlVector< FeCtrlSoftOffset_t > m_CtrlSoftOffsets; // 0x428
|
|
|
|
CUtlVector< CFeIndexedJiggleBone > m_JiggleBones; // 0x440
|
|
|
|
CUtlVector< uint16 > m_SourceElems; // 0x458
|
|
|
|
CUtlVector< uint32 > m_GoalDampedSpringIntegrators; // 0x470
|
|
|
|
CUtlVector< FeTri_t > m_Tris; // 0x488
|
|
|
|
uint16_t m_nTriCount1; // 0x4a0
|
|
|
|
uint16_t m_nTriCount2; // 0x4a2
|
|
|
|
uint8_t m_nReservedUint8; // 0x4a4
|
|
|
|
uint8_t m_nExtraPressureIterations; // 0x4a5
|
|
|
|
uint8_t m_nExtraGoalIterations; // 0x4a6
|
|
|
|
uint8_t m_nExtraIterations; // 0x4a7
|
|
|
|
CUtlVector< FeBoxRigid_t > m_BoxRigids; // 0x4a8
|
|
|
|
CUtlVector< uint8 > m_DynNodeVertexSet; // 0x4c0
|
|
|
|
CUtlVector< uint32 > m_VertexSetNames; // 0x4d8
|
|
|
|
CUtlVector< FeRigidColliderIndices_t > m_RigidColliderPriorities; // 0x4f0
|
|
|
|
CUtlVector< FeMorphLayerDepr_t > m_MorphLayers; // 0x508
|
|
|
|
CUtlVector< uint8 > m_MorphSetData; // 0x520
|
|
|
|
float m_flInternalPressure; // 0x538
|
|
|
|
float m_flWindage; // 0x53c
|
|
|
|
float m_flWindDrag; // 0x540
|
|
|
|
float m_flDefaultSurfaceStretch; // 0x544
|
|
|
|
float m_flDefaultThreadStretch; // 0x548
|
|
|
|
float m_flDefaultGravityScale; // 0x54c
|
|
|
|
float m_flDefaultVelAirDrag; // 0x550
|
|
|
|
float m_flDefaultExpAirDrag; // 0x554
|
|
|
|
float m_flDefaultVelQuadAirDrag; // 0x558
|
|
|
|
float m_flDefaultExpQuadAirDrag; // 0x55c
|
|
|
|
float m_flDefaultVelRodAirDrag; // 0x560
|
|
|
|
float m_flDefaultExpRodAirDrag; // 0x564
|
|
|
|
float m_flRodVelocitySmoothRate; // 0x568
|
|
|
|
float m_flQuadVelocitySmoothRate; // 0x56c
|
|
|
|
float m_flAddWorldCollisionRadius; // 0x570
|
|
|
|
float m_flDefaultVolumetricSolveAmount; // 0x574
|
|
|
|
uint16_t m_nRodVelocitySmoothIterations; // 0x578
|
|
|
|
uint16_t m_nQuadVelocitySmoothIterations; // 0x57a
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x20
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
class FourVectors2D
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
fltx4 x; // 0x0
|
|
|
|
fltx4 y; // 0x10
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 2
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeEdgeDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nEdge[2]; // 0x0
|
|
|
|
uint16_t nSide[2][2]; // 0x4
|
|
|
|
uint16_t nVirtElem[2]; // 0xc
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x48
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct OldFeEdge_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_flK[3]; // 0x0
|
|
|
|
float invA; // 0xc
|
|
|
|
float t; // 0x10
|
|
|
|
float flThetaRelaxed; // 0x14
|
|
|
|
float flThetaFactor; // 0x18
|
|
|
|
float c01; // 0x1c
|
|
|
|
float c02; // 0x20
|
|
|
|
float c03; // 0x24
|
|
|
|
float c04; // 0x28
|
|
|
|
float flAxialModelDist; // 0x2c
|
|
|
|
float flAxialModelWeights[4]; // 0x30
|
|
|
|
uint16_t m_nNode[4]; // 0x40
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 2
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeWeightedNode_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode; // 0x0
|
|
|
|
uint16_t nWeight; // 0x2
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeKelagerBend2_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float flWeight[3]; // 0x0
|
|
|
|
float flHeight0; // 0xc
|
|
|
|
uint16_t nNode[3]; // 0x10
|
|
|
|
uint16_t nReserved; // 0x16
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x1c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeTri_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[3]; // 0x0
|
|
|
|
float w1; // 0x8
|
|
|
|
float w2; // 0xc
|
|
|
|
float v1x; // 0x10
|
|
|
|
Vector2D v2; // 0x14
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x80
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSimdTri_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t nNode[3][4]; // 0x0
|
|
|
|
fltx4 w1; // 0x30
|
|
|
|
fltx4 w2; // 0x40
|
|
|
|
fltx4 v1x; // 0x50
|
|
|
|
// -> x - 0x60
|
|
|
|
// -> y - 0x70
|
|
|
|
FourVectors2D v2; // 0x60
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeQuad_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[4]; // 0x0
|
|
|
|
float flSlack; // 0x8
|
|
|
|
Vector4D vShape[4]; // 0xc
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x20
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeNodeBase_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode; // 0x0
|
|
|
|
uint16_t nDummy[3]; // 0x2
|
|
|
|
uint16_t nNodeX0; // 0x8
|
|
|
|
uint16_t nNodeX1; // 0xa
|
|
|
|
uint16_t nNodeY0; // 0xc
|
|
|
|
uint16_t nNodeY1; // 0xe
|
|
|
|
Quaternion qAdjust; // 0x10
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeNodeReverseOffset_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nBoneCtrl; // 0x0
|
|
|
|
uint16_t nTargetNode; // 0x2
|
|
|
|
Vector vOffset; // 0x4
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x130
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSimdQuad_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[4][4]; // 0x0
|
|
|
|
fltx4 f4Slack; // 0x20
|
|
|
|
FourVectors vShape[4]; // 0x30
|
|
|
|
fltx4 f4Weights[4]; // 0xf0
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x28
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeAxialEdgeBend_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float te; // 0x0
|
|
|
|
float tv; // 0x4
|
|
|
|
float flDist; // 0x8
|
|
|
|
float flWeight[4]; // 0xc
|
|
|
|
uint16_t nNode[6]; // 0x1c
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeBandBendLimit_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float flDistMin; // 0x0
|
|
|
|
float flDistMax; // 0x4
|
|
|
|
uint16_t nNode[6]; // 0x8
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeRodConstraint_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2]; // 0x0
|
|
|
|
float flMaxDist; // 0x4
|
|
|
|
float flMinDist; // 0x8
|
|
|
|
float flWeight0; // 0xc
|
|
|
|
float flRelaxationFactor; // 0x10
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x50
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSimdRodConstraint_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2][4]; // 0x0
|
|
|
|
fltx4 f4MaxDist; // 0x10
|
|
|
|
fltx4 f4MinDist; // 0x20
|
|
|
|
fltx4 f4Weight0; // 0x30
|
|
|
|
fltx4 f4RelaxationFactor; // 0x40
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0xc
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeAnimStrayRadius_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2]; // 0x0
|
|
|
|
float flMaxDist; // 0x4
|
|
|
|
float flRelaxationFactor; // 0x8
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x30
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSimdAnimStrayRadius_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2][4]; // 0x0
|
|
|
|
fltx4 flMaxDist; // 0x10
|
|
|
|
fltx4 flRelaxationFactor; // 0x20
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x70
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSimdNodeBase_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[4]; // 0x0
|
|
|
|
uint16_t nNodeX0[4]; // 0x8
|
|
|
|
uint16_t nNodeX1[4]; // 0x10
|
|
|
|
uint16_t nNodeY0[4]; // 0x18
|
|
|
|
uint16_t nNodeY1[4]; // 0x20
|
|
|
|
uint16_t nDummy[4]; // 0x28
|
|
|
|
FourQuaternions qAdjust; // 0x30
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeNodeIntegrator_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float flPointDamping; // 0x0
|
|
|
|
float flAnimationForceAttraction; // 0x4
|
|
|
|
float flAnimationVertexAttraction; // 0x8
|
|
|
|
float flGravity; // 0xc
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSpringIntegrator_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2]; // 0x0
|
|
|
|
float flSpringRestLength; // 0x4
|
|
|
|
float flSpringConstant; // 0x8
|
|
|
|
float flSpringDamping; // 0xc
|
|
|
|
float flNodeWeight0; // 0x10
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x50
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSimdSpringIntegrator_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2][4]; // 0x0
|
|
|
|
fltx4 flSpringRestLength; // 0x10
|
|
|
|
fltx4 flSpringConstant; // 0x20
|
|
|
|
fltx4 flSpringDamping; // 0x30
|
|
|
|
fltx4 flNodeWeight0; // 0x40
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeCtrlOffset_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nCtrlParent; // 0x0
|
|
|
|
uint16_t nCtrlChild; // 0x2
|
|
|
|
Vector vOffset; // 0x4
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSoftParent_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t nParent; // 0x0
|
|
|
|
float flAlpha; // 0x4
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeCtrlSoftOffset_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nCtrlParent; // 0x0
|
|
|
|
uint16_t nCtrlChild; // 0x2
|
|
|
|
Vector vOffset; // 0x4
|
|
|
|
float flAlpha; // 0x10
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeCtrlOsOffset_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nCtrlParent; // 0x0
|
|
|
|
uint16_t nCtrlChild; // 0x2
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeFollowNode_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nParentNode; // 0x0
|
|
|
|
uint16_t nChildNode; // 0x2
|
|
|
|
float flWeight; // 0x4
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeCollisionSphere_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nCtrlParent; // 0x0
|
|
|
|
uint16_t nChildNode; // 0x2
|
|
|
|
float m_flRFactor; // 0x4
|
|
|
|
Vector m_vOrigin; // 0x8
|
|
|
|
float flStickiness; // 0x14
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
|
|
|
struct RnPlane_t
|
2023-03-15 18:34:46 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vNormal; // 0x0
|
|
|
|
float m_flOffset; // 0xc
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0xc
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeWorldCollisionParams_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float flWorldFriction; // 0x0
|
|
|
|
float flGroundFriction; // 0x4
|
|
|
|
uint16_t nListBegin; // 0x8
|
|
|
|
uint16_t nListEnd; // 0xa
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 2
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeTreeChildren_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nChild[2]; // 0x0
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x28
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeTaperedCapsuleRigid_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode; // 0x0
|
|
|
|
uint16_t nCollisionMask; // 0x2
|
|
|
|
Vector vCenter[2]; // 0x4
|
|
|
|
float flRadius[2]; // 0x1c
|
|
|
|
float flStickiness; // 0x24
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSphereRigid_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode; // 0x0
|
|
|
|
uint16_t nCollisionMask; // 0x2
|
|
|
|
Vector vCenter; // 0x4
|
|
|
|
float flRadius; // 0x10
|
|
|
|
float flStickiness; // 0x14
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeTaperedCapsuleStretch_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2]; // 0x0
|
|
|
|
uint16_t nCollisionMask; // 0x4
|
2023-03-15 18:34:46 +00:00
|
|
|
// MPropertySuppressField
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nDummy; // 0x6
|
|
|
|
float flRadius[2]; // 0x8
|
|
|
|
float flStickiness; // 0x10
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x50
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeBoxRigid_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode; // 0x0
|
|
|
|
uint16_t nCollisionMask; // 0x2
|
|
|
|
Vector vSize; // 0x4
|
|
|
|
float flStickiness; // 0x10
|
|
|
|
float flReserved[3]; // 0x14
|
|
|
|
matrix3x4a_t tmFrame; // 0x20
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
class CovMatrix3
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vDiag; // 0x0
|
|
|
|
float m_flXY; // 0xc
|
|
|
|
float m_flXZ; // 0x10
|
|
|
|
float m_flYZ; // 0x14
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x60
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
class FourCovMatrices3
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
FourVectors m_vDiag; // 0x0
|
|
|
|
fltx4 m_flXY; // 0x30
|
|
|
|
fltx4 m_flXZ; // 0x40
|
|
|
|
fltx4 m_flYZ; // 0x50
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeFitWeight_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float flWeight; // 0x0
|
|
|
|
uint16_t nNode; // 0x4
|
|
|
|
uint16_t nDummy; // 0x6
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0xc
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeFitInfluence_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t nVertexNode; // 0x0
|
|
|
|
float flWeight; // 0x4
|
|
|
|
uint32_t nMatrixNode; // 0x8
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x40
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeFitMatrix_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CTransform bone; // 0x0
|
|
|
|
Vector vCenter; // 0x20
|
|
|
|
uint16_t nEnd; // 0x2c
|
|
|
|
uint16_t nNode; // 0x2e
|
|
|
|
uint16_t nCtrl; // 0x30
|
|
|
|
uint16_t nBeginDynamic; // 0x32
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0xc0
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 19:24:28 +00:00
|
|
|
struct FeSimdFitMatrices_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
FourVectors vCenter; // 0x0
|
|
|
|
uint16_t nEnd[4]; // 0x30
|
|
|
|
uint16_t nCtrl[4]; // 0x38
|
|
|
|
// -> m_vDiag - 0x40
|
|
|
|
// -> m_flXY - 0x70
|
|
|
|
// -> m_flXZ - 0x80
|
|
|
|
// -> m_flYZ - 0x90
|
|
|
|
FourCovMatrices3 AqqInv; // 0x40
|
|
|
|
fltx4 flStretchMin; // 0xa0
|
|
|
|
fltx4 flStretchMax; // 0xb0
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 2
|
|
|
|
// Size: 0xc
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeRigidColliderIndices_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t m_nTaperedCapsuleRigidIndex; // 0x0
|
|
|
|
uint16_t m_nSphereRigidIndex; // 0x2
|
|
|
|
uint16_t m_nBoxRigidIndex; // 0x4
|
|
|
|
uint16_t m_nCollisionSphereIndex[2]; // 0x6
|
|
|
|
uint16_t m_nCollisionPlaneIndex; // 0xa
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x2c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeBuildTaperedCapsuleRigid_t : public FeTaperedCapsuleRigid_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nPriority; // 0x28
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x60
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeBuildBoxRigid_t : public FeBoxRigid_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nPriority; // 0x50
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x1c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeBuildSphereRigid_t : public FeSphereRigid_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nPriority; // 0x18
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 2
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeSourceEdge_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nNode[2]; // 0x0
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x90
|
2023-03-15 18:34:46 +00:00
|
|
|
struct FeMorphLayerDepr_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_Name; // 0x0
|
|
|
|
uint32_t m_nNameHash; // 0x8
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad000c[0x4]; // 0xc
|
|
|
|
public:
|
|
|
|
CUtlVector< uint16 > m_Nodes; // 0x10
|
|
|
|
CUtlVector< Vector > m_InitPos; // 0x28
|
|
|
|
CUtlVector< float32 > m_Gravity; // 0x40
|
|
|
|
CUtlVector< float32 > m_GoalStrength; // 0x58
|
|
|
|
CUtlVector< float32 > m_GoalDamping; // 0x70
|
|
|
|
uint32_t m_nFlags; // 0x88
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x88
|
2023-03-15 18:34:46 +00:00
|
|
|
class CFeMorphLayer
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_Name; // 0x0
|
|
|
|
uint32_t m_nNameHash; // 0x8
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad000c[0x4]; // 0xc
|
|
|
|
public:
|
|
|
|
CUtlVector< uint16 > m_Nodes; // 0x10
|
|
|
|
CUtlVector< Vector > m_InitPos; // 0x28
|
|
|
|
CUtlVector< float32 > m_Gravity; // 0x40
|
|
|
|
CUtlVector< float32 > m_GoalStrength; // 0x58
|
|
|
|
CUtlVector< float32 > m_GoalDamping; // 0x70
|
2023-03-15 18:34:46 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x68
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct Dop26_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_flSupport[26]; // 0x0
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnSphere_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vCenter; // 0x0
|
|
|
|
float m_flRadius; // 0xc
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x1c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnCapsule_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vCenter[2]; // 0x0
|
|
|
|
float m_flRadius; // 0x18
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
|
|
|
struct FeCollisionPlane_t
|
2023-03-15 15:20:35 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t nCtrlParent; // 0x0
|
|
|
|
uint16_t nChildNode; // 0x2
|
|
|
|
// -> m_vNormal - 0x4
|
|
|
|
// -> m_flOffset - 0x10
|
|
|
|
RnPlane_t m_Plane; // 0x4
|
|
|
|
float flStickiness; // 0x14
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 1
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnHalfEdge_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint8_t m_nNext; // 0x0
|
|
|
|
uint8_t m_nTwin; // 0x1
|
|
|
|
uint8_t m_nOrigin; // 0x2
|
|
|
|
uint8_t m_nFace; // 0x3
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 1
|
|
|
|
// Size: 0x1
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnFace_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint8_t m_nEdge; // 0x0
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xd8
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnHull_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vCentroid; // 0x0
|
|
|
|
float m_flMaxAngularRadius; // 0xc
|
|
|
|
CUtlVector< Vector > m_Vertices; // 0x10
|
|
|
|
CUtlVector< RnPlane_t > m_Planes; // 0x28
|
|
|
|
CUtlVector< RnHalfEdge_t > m_Edges; // 0x40
|
|
|
|
CUtlVector< RnFace_t > m_Faces; // 0x58
|
|
|
|
Vector m_vOrthographicAreas; // 0x70
|
|
|
|
matrix3x4_t m_MassProperties; // 0x7c
|
|
|
|
float m_flVolume; // 0xac
|
|
|
|
float m_flMaxMotionRadius; // 0xb0
|
|
|
|
float m_flMinMotionThickness; // 0xb4
|
|
|
|
AABB_t m_Bounds; // 0xb8
|
|
|
|
uint32_t m_nFlags; // 0xd0
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0xc
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnTriangle_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nIndex[3]; // 0x0
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x20
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnNode_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vMin; // 0x0
|
|
|
|
uint32_t m_nChildren; // 0xc
|
|
|
|
Vector m_vMax; // 0x10
|
|
|
|
uint32_t m_nTriangleOffset; // 0x1c
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x88
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnMesh_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vMin; // 0x0
|
|
|
|
Vector m_vMax; // 0xc
|
|
|
|
CUtlVector< RnNode_t > m_Nodes; // 0x18
|
|
|
|
CUtlVectorSIMDPaddedVector m_Vertices; // 0x30
|
|
|
|
CUtlVector< RnTriangle_t > m_Triangles; // 0x48
|
|
|
|
CUtlVector< uint8 > m_Materials; // 0x60
|
|
|
|
Vector m_vOrthographicAreas; // 0x78
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x10
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnShapeDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nCollisionAttributeIndex; // 0x0
|
|
|
|
uint32_t m_nSurfacePropertyIndex; // 0x4
|
|
|
|
CUtlString m_UserFriendlyName; // 0x8
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x20
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnSphereDesc_t : public RnShapeDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// -> m_vCenter - 0x10
|
|
|
|
// -> m_flRadius - 0x1c
|
|
|
|
RnSphere_t m_Sphere; // 0x10
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x30
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnCapsuleDesc_t : public RnShapeDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// -> m_vCenter[2] - 0x10
|
|
|
|
// -> m_flRadius - 0x28
|
|
|
|
RnCapsule_t m_Capsule; // 0x10
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xe8
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnHullDesc_t : public RnShapeDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
RnHull_t m_Hull; // 0x10
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x98
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnMeshDesc_t : public RnShapeDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// -> m_vMin - 0x10
|
|
|
|
// -> m_vMax - 0x1c
|
|
|
|
// -> m_Nodes - 0x28
|
|
|
|
// -> m_Vertices - 0x40
|
|
|
|
// -> m_Triangles - 0x58
|
|
|
|
// -> m_Materials - 0x70
|
|
|
|
// -> m_vOrthographicAreas - 0x88
|
|
|
|
RnMesh_t m_Mesh; // 0x10
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnSoftbodyParticle_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_flMassInv; // 0x0
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnSoftbodySpring_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t m_nParticle[2]; // 0x0
|
|
|
|
float m_flLength; // 0x4
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x20
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnSoftbodyCapsule_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vCenter[2]; // 0x0
|
|
|
|
float m_flRadius; // 0x18
|
|
|
|
uint16_t m_nParticle[2]; // 0x1c
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct RnBlendVertex_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t m_nWeight0; // 0x0
|
|
|
|
uint16_t m_nIndex0; // 0x2
|
|
|
|
uint16_t m_nWeight1; // 0x4
|
|
|
|
uint16_t m_nIndex1; // 0x6
|
|
|
|
uint16_t m_nWeight2; // 0x8
|
|
|
|
uint16_t m_nIndex2; // 0xa
|
|
|
|
uint16_t m_nFlags; // 0xc
|
|
|
|
uint16_t m_nTargetIndex; // 0xe
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct VertexPositionNormal_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vPosition; // 0x0
|
|
|
|
Vector m_vNormal; // 0xc
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'physicslib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 15:20:35 +00:00
|
|
|
struct VertexPositionColor_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vPosition; // 0x0
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x78
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysics2ShapeDef_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< RnSphereDesc_t > m_spheres; // 0x0
|
|
|
|
CUtlVector< RnCapsuleDesc_t > m_capsules; // 0x18
|
|
|
|
CUtlVector< RnHullDesc_t > m_hulls; // 0x30
|
|
|
|
CUtlVector< RnMeshDesc_t > m_meshes; // 0x48
|
|
|
|
CUtlVector< uint16 > m_CollisionAttributeIndices; // 0x60
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xb8
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXBodyPart_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nFlags; // 0x0
|
|
|
|
float m_flMass; // 0x4
|
|
|
|
// -> m_spheres - 0x8
|
|
|
|
// -> m_capsules - 0x20
|
|
|
|
// -> m_hulls - 0x38
|
|
|
|
// -> m_meshes - 0x50
|
|
|
|
// -> m_CollisionAttributeIndices - 0x68
|
|
|
|
VPhysics2ShapeDef_t m_rnShape; // 0x8
|
|
|
|
CUtlVector< uint8 > m_nSurfacepropertyIndices; // 0x80
|
|
|
|
uint16_t m_nCollisionAttributeIndex; // 0x98
|
|
|
|
uint16_t m_nReserved; // 0x9a
|
|
|
|
float m_flInertiaScale; // 0x9c
|
|
|
|
float m_flLinearDamping; // 0xa0
|
|
|
|
float m_flAngularDamping; // 0xa4
|
|
|
|
bool m_bOverrideMassCenter; // 0xa8
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad00a9[0x3]; // 0xa9
|
|
|
|
public:
|
|
|
|
Vector m_vMassCenterOverride; // 0xac
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xa0
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXCollisionAttributes_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_CollisionGroup; // 0x0
|
|
|
|
CUtlVector< uint32 > m_InteractAs; // 0x8
|
|
|
|
CUtlVector< uint32 > m_InteractWith; // 0x20
|
|
|
|
CUtlVector< uint32 > m_InteractExclude; // 0x38
|
|
|
|
CUtlString m_CollisionGroupString; // 0x50
|
|
|
|
CUtlVector< CUtlString > m_InteractAsStrings; // 0x58
|
|
|
|
CUtlVector< CUtlString > m_InteractWithStrings; // 0x70
|
|
|
|
CUtlVector< CUtlString > m_InteractExcludeStrings; // 0x88
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXRange_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_flMin; // 0x0
|
|
|
|
float m_flMax; // 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0xf8
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXConstraintParams_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int8_t m_nType; // 0x0
|
|
|
|
int8_t m_nTranslateMotion; // 0x1
|
|
|
|
int8_t m_nRotateMotion; // 0x2
|
|
|
|
int8_t m_nFlags; // 0x3
|
|
|
|
Vector m_anchor[2]; // 0x4
|
|
|
|
Quaternion m_axes[2]; // 0x1c
|
|
|
|
float m_maxForce; // 0x3c
|
|
|
|
float m_maxTorque; // 0x40
|
|
|
|
float m_linearLimitValue; // 0x44
|
|
|
|
float m_linearLimitRestitution; // 0x48
|
|
|
|
float m_linearLimitSpring; // 0x4c
|
|
|
|
float m_linearLimitDamping; // 0x50
|
|
|
|
float m_twistLowLimitValue; // 0x54
|
|
|
|
float m_twistLowLimitRestitution; // 0x58
|
|
|
|
float m_twistLowLimitSpring; // 0x5c
|
|
|
|
float m_twistLowLimitDamping; // 0x60
|
|
|
|
float m_twistHighLimitValue; // 0x64
|
|
|
|
float m_twistHighLimitRestitution; // 0x68
|
|
|
|
float m_twistHighLimitSpring; // 0x6c
|
|
|
|
float m_twistHighLimitDamping; // 0x70
|
|
|
|
float m_swing1LimitValue; // 0x74
|
|
|
|
float m_swing1LimitRestitution; // 0x78
|
|
|
|
float m_swing1LimitSpring; // 0x7c
|
|
|
|
float m_swing1LimitDamping; // 0x80
|
|
|
|
float m_swing2LimitValue; // 0x84
|
|
|
|
float m_swing2LimitRestitution; // 0x88
|
|
|
|
float m_swing2LimitSpring; // 0x8c
|
|
|
|
float m_swing2LimitDamping; // 0x90
|
|
|
|
Vector m_goalPosition; // 0x94
|
|
|
|
Quaternion m_goalOrientation; // 0xa0
|
|
|
|
Vector m_goalAngularVelocity; // 0xb0
|
|
|
|
float m_driveSpringX; // 0xbc
|
|
|
|
float m_driveSpringY; // 0xc0
|
|
|
|
float m_driveSpringZ; // 0xc4
|
|
|
|
float m_driveDampingX; // 0xc8
|
|
|
|
float m_driveDampingY; // 0xcc
|
|
|
|
float m_driveDampingZ; // 0xd0
|
|
|
|
float m_driveSpringTwist; // 0xd4
|
|
|
|
float m_driveSpringSwing; // 0xd8
|
|
|
|
float m_driveSpringSlerp; // 0xdc
|
|
|
|
float m_driveDampingTwist; // 0xe0
|
|
|
|
float m_driveDampingSwing; // 0xe4
|
|
|
|
float m_driveDampingSlerp; // 0xe8
|
|
|
|
int32_t m_solverIterationCount; // 0xec
|
|
|
|
float m_projectionLinearTolerance; // 0xf0
|
|
|
|
float m_projectionAngularTolerance; // 0xf4
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x100
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXConstraint2_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nFlags; // 0x0
|
|
|
|
uint16_t m_nParent; // 0x4
|
|
|
|
uint16_t m_nChild; // 0x6
|
|
|
|
VPhysXConstraintParams_t m_params; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0xb0
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXJoint_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t m_nType; // 0x0
|
|
|
|
uint16_t m_nBody1; // 0x2
|
|
|
|
uint16_t m_nBody2; // 0x4
|
|
|
|
uint16_t m_nFlags; // 0x6
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0008[0x8]; // 0x8
|
|
|
|
public:
|
|
|
|
CTransform m_Frame1; // 0x10
|
|
|
|
CTransform m_Frame2; // 0x30
|
|
|
|
bool m_bEnableCollision; // 0x50
|
|
|
|
bool m_bEnableLinearLimit; // 0x51
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0052[0x2]; // 0x52
|
|
|
|
public:
|
|
|
|
VPhysXRange_t m_LinearLimit; // 0x54
|
|
|
|
bool m_bEnableLinearMotor; // 0x5c
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad005d[0x3]; // 0x5d
|
|
|
|
public:
|
|
|
|
Vector m_vLinearTargetVelocity; // 0x60
|
|
|
|
float m_flMaxForce; // 0x6c
|
|
|
|
bool m_bEnableSwingLimit; // 0x70
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0071[0x3]; // 0x71
|
|
|
|
public:
|
|
|
|
VPhysXRange_t m_SwingLimit; // 0x74
|
|
|
|
bool m_bEnableTwistLimit; // 0x7c
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad007d[0x3]; // 0x7d
|
|
|
|
public:
|
|
|
|
VPhysXRange_t m_TwistLimit; // 0x80
|
|
|
|
bool m_bEnableAngularMotor; // 0x88
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0089[0x3]; // 0x89
|
|
|
|
public:
|
|
|
|
Vector m_vAngularTargetVelocity; // 0x8c
|
|
|
|
float m_flMaxTorque; // 0x98
|
|
|
|
float m_flLinearFrequency; // 0x9c
|
|
|
|
float m_flLinearDampingRatio; // 0xa0
|
|
|
|
float m_flAngularFrequency; // 0xa4
|
|
|
|
float m_flAngularDampingRatio; // 0xa8
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x90
|
2023-03-15 18:56:19 +00:00
|
|
|
struct PhysSoftbodyDesc_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< uint32 > m_ParticleBoneHash; // 0x0
|
|
|
|
CUtlVector< RnSoftbodyParticle_t > m_Particles; // 0x18
|
|
|
|
CUtlVector< RnSoftbodySpring_t > m_Springs; // 0x30
|
|
|
|
CUtlVector< RnSoftbodyCapsule_t > m_Capsules; // 0x48
|
|
|
|
CUtlVector< CTransform > m_InitPose; // 0x60
|
|
|
|
CUtlVector< CUtlString > m_ParticleBoneName; // 0x78
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x138
|
2023-03-15 18:56:19 +00:00
|
|
|
struct VPhysXAggregateData_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint16_t m_nFlags; // 0x0
|
|
|
|
uint16_t m_nRefCounter; // 0x2
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0004[0x4]; // 0x4
|
|
|
|
public:
|
|
|
|
CUtlVector< uint32 > m_bonesHash; // 0x8
|
|
|
|
CUtlVector< CUtlString > m_boneNames; // 0x20
|
|
|
|
CUtlVector< uint16 > m_indexNames; // 0x38
|
|
|
|
CUtlVector< uint16 > m_indexHash; // 0x50
|
|
|
|
CUtlVector< matrix3x4a_t > m_bindPose; // 0x68
|
|
|
|
CUtlVector< VPhysXBodyPart_t > m_parts; // 0x80
|
|
|
|
CUtlVector< VPhysXConstraint2_t > m_constraints2; // 0x98
|
|
|
|
CUtlVector< VPhysXJoint_t > m_joints; // 0xb0
|
|
|
|
PhysFeModelDesc_t* m_pFeModel; // 0xc8
|
|
|
|
CUtlVector< uint16 > m_boneParents; // 0xd0
|
|
|
|
CUtlVector< uint32 > m_surfacePropertyHashes; // 0xe8
|
|
|
|
CUtlVector< VPhysXCollisionAttributes_t > m_collisionAttributes; // 0x100
|
|
|
|
CUtlVector< CUtlString > m_debugPartNames; // 0x118
|
|
|
|
CUtlString m_embeddedKeyvalues; // 0x130
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CPhysSurfacePropertiesPhysics
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_friction; // 0x0
|
|
|
|
float m_elasticity; // 0x4
|
|
|
|
float m_density; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
// MDefaultString
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_thickness; // 0xc
|
|
|
|
float m_dampening; // 0x10
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x1c
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CPhysSurfacePropertiesAudio
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_reflectivity; // 0x0
|
|
|
|
float m_hardnessFactor; // 0x4
|
|
|
|
float m_roughnessFactor; // 0x8
|
|
|
|
float m_roughThreshold; // 0xc
|
|
|
|
float m_hardThreshold; // 0x10
|
2023-03-15 18:56:19 +00:00
|
|
|
// MDefaultString
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_hardVelocityThreshold; // 0x14
|
|
|
|
float m_flStaticImpactVolume; // 0x18
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x40
|
2023-03-15 18:56:19 +00:00
|
|
|
class CPhysSurfacePropertiesSoundNames
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_impactSoft; // 0x0
|
|
|
|
CUtlString m_impactHard; // 0x8
|
|
|
|
CUtlString m_scrapeSmooth; // 0x10
|
|
|
|
CUtlString m_scrapeRough; // 0x18
|
|
|
|
CUtlString m_bulletImpact; // 0x20
|
|
|
|
CUtlString m_rolling; // 0x28
|
|
|
|
CUtlString m_break; // 0x30
|
|
|
|
CUtlString m_strain; // 0x38
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xa0
|
2023-03-15 18:56:19 +00:00
|
|
|
class CPhysSurfaceProperties
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
uint32_t m_nameHash; // 0x8
|
|
|
|
uint32_t m_baseNameHash; // 0xc
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0010[0x8]; // 0x10
|
|
|
|
public:
|
|
|
|
bool m_bHidden; // 0x18
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0019[0x7]; // 0x19
|
|
|
|
public:
|
|
|
|
CUtlString m_description; // 0x20
|
|
|
|
// -> m_friction - 0x28
|
|
|
|
// -> m_elasticity - 0x2c
|
|
|
|
// -> m_density - 0x30
|
|
|
|
// -> m_thickness - 0x34
|
|
|
|
// -> m_dampening - 0x38
|
|
|
|
CPhysSurfacePropertiesPhysics m_physics; // 0x28
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad003c[0x4]; // 0x3c
|
|
|
|
public:
|
|
|
|
// -> m_impactSoft - 0x40
|
|
|
|
// -> m_impactHard - 0x48
|
|
|
|
// -> m_scrapeSmooth - 0x50
|
|
|
|
// -> m_scrapeRough - 0x58
|
|
|
|
// -> m_bulletImpact - 0x60
|
|
|
|
// -> m_rolling - 0x68
|
|
|
|
// -> m_break - 0x70
|
|
|
|
// -> m_strain - 0x78
|
|
|
|
CPhysSurfacePropertiesSoundNames m_audioSounds; // 0x40
|
|
|
|
// -> m_reflectivity - 0x80
|
|
|
|
// -> m_hardnessFactor - 0x84
|
|
|
|
// -> m_roughnessFactor - 0x88
|
|
|
|
// -> m_roughThreshold - 0x8c
|
|
|
|
// -> m_hardThreshold - 0x90
|
|
|
|
// -> m_hardVelocityThreshold - 0x94
|
|
|
|
// -> m_flStaticImpactVolume - 0x98
|
|
|
|
CPhysSurfacePropertiesAudio m_audioParams; // 0x80
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x18
|
2023-03-15 18:56:19 +00:00
|
|
|
class CVPhysXSurfacePropertiesList
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CPhysSurfaceProperties* > m_surfacePropertiesList; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 2
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 19:24:28 +00:00
|
|
|
struct VPhysXDiskShapeHeader_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint8_t m_nType; // 0x0
|
|
|
|
uint16_t m_nCollisionAttribute; // 0x2
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x1c
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 19:24:28 +00:00
|
|
|
struct VPhysXDiskMesh2_t : public VPhysXDiskShapeHeader_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CResourceArray< uint8 > m_shape; // 0x4
|
|
|
|
float m_flSkinWidth; // 0xc
|
|
|
|
float m_flMaxVelocity; // 0x10
|
|
|
|
uint32_t m_nReserved2[2]; // 0x14
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 19:24:28 +00:00
|
|
|
struct VPhysXShapeCompoundHeader2_t : public VPhysXDiskShapeHeader_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CResourceArray< CResourceArray< uint8 > > m_components; // 0x4
|
|
|
|
CResourceArray< uint8 > m_types; // 0xc
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x20
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 19:24:28 +00:00
|
|
|
struct VPhysXDiskCapsule_t : public VPhysXDiskShapeHeader_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vEnds[2]; // 0x4
|
|
|
|
float m_flRadius; // 0x1c
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x20
|
2023-03-15 18:56:19 +00:00
|
|
|
struct MaterialGroup_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
CUtlVector< CStrongHandle< InfoForResourceTypeIMaterial2 > > m_materials; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x90
|
2023-03-15 18:56:19 +00:00
|
|
|
struct ModelSkeletonData_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CUtlString > m_boneName; // 0x0
|
|
|
|
CUtlVector< int16 > m_nParent; // 0x18
|
|
|
|
CUtlVector< float32 > m_boneSphere; // 0x30
|
|
|
|
CUtlVector< uint32 > m_nFlag; // 0x48
|
|
|
|
CUtlVector< Vector > m_bonePosParent; // 0x60
|
|
|
|
CUtlVector< Quaternion > m_boneRotParent; // 0x78
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x58
|
2023-03-15 18:56:19 +00:00
|
|
|
struct PermModelInfo_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nFlags; // 0x0
|
|
|
|
Vector m_vHullMin; // 0x4
|
|
|
|
Vector m_vHullMax; // 0x10
|
|
|
|
Vector m_vViewMin; // 0x1c
|
|
|
|
Vector m_vViewMax; // 0x28
|
|
|
|
float m_flMass; // 0x34
|
|
|
|
Vector m_vEyePosition; // 0x38
|
|
|
|
float m_flMaxEyeDeflection; // 0x44
|
|
|
|
CUtlString m_sSurfaceProperty; // 0x48
|
|
|
|
CUtlString m_keyValueText; // 0x50
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 16
|
|
|
|
// Size: 0x40
|
2023-03-15 18:56:19 +00:00
|
|
|
struct PermModelExtPart_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CTransform m_Transform; // 0x0
|
|
|
|
CUtlString m_Name; // 0x20
|
|
|
|
int32_t m_nParent; // 0x28
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad002c[0x4]; // 0x2c
|
|
|
|
public:
|
|
|
|
CStrongHandle< InfoForResourceTypeCModel > m_refModel; // 0x30
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x20
|
2023-03-15 18:56:19 +00:00
|
|
|
struct ModelBoneFlexDriverControl_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
ModelBoneFlexComponent_t m_nBoneComponent; // 0x0
|
|
|
|
CUtlString m_flexController; // 0x8
|
|
|
|
uint32_t m_flexControllerToken; // 0x10
|
|
|
|
float m_flMin; // 0x14
|
|
|
|
float m_flMax; // 0x18
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
2023-03-15 18:56:19 +00:00
|
|
|
struct ModelBoneFlexDriver_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_boneName; // 0x0
|
|
|
|
uint32_t m_boneNameToken; // 0x8
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad000c[0x4]; // 0xc
|
|
|
|
public:
|
|
|
|
CUtlVector< ModelBoneFlexDriverControl_t > m_controls; // 0x10
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x280
|
2023-03-15 18:56:19 +00:00
|
|
|
struct PermModelData_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
// -> m_nFlags - 0x8
|
|
|
|
// -> m_vHullMin - 0xc
|
|
|
|
// -> m_vHullMax - 0x18
|
|
|
|
// -> m_vViewMin - 0x24
|
|
|
|
// -> m_vViewMax - 0x30
|
|
|
|
// -> m_flMass - 0x3c
|
|
|
|
// -> m_vEyePosition - 0x40
|
|
|
|
// -> m_flMaxEyeDeflection - 0x4c
|
|
|
|
// -> m_sSurfaceProperty - 0x50
|
|
|
|
// -> m_keyValueText - 0x58
|
|
|
|
PermModelInfo_t m_modelInfo; // 0x8
|
|
|
|
CUtlVector< PermModelExtPart_t > m_ExtParts; // 0x60
|
|
|
|
CUtlVector< CStrongHandle< InfoForResourceTypeCRenderMesh > > m_refMeshes; // 0x78
|
|
|
|
CUtlVector< uint64 > m_refMeshGroupMasks; // 0x90
|
|
|
|
CUtlVector< uint64 > m_refPhysGroupMasks; // 0xa8
|
|
|
|
CUtlVector< uint8 > m_refLODGroupMasks; // 0xc0
|
|
|
|
CUtlVector< float32 > m_lodGroupSwitchDistances; // 0xd8
|
|
|
|
CUtlVector< CStrongHandle< InfoForResourceTypeCPhysAggregateData > > m_refPhysicsData; // 0xf0
|
|
|
|
CUtlVector< CStrongHandle< InfoForResourceTypeCPhysAggregateData > > m_refPhysicsHitboxData; // 0x108
|
|
|
|
CUtlVector< CStrongHandle< InfoForResourceTypeCAnimationGroup > > m_refAnimGroups; // 0x120
|
|
|
|
CUtlVector< CStrongHandle< InfoForResourceTypeCSequenceGroupData > > m_refSequenceGroups; // 0x138
|
|
|
|
CUtlVector< CUtlString > m_meshGroups; // 0x150
|
|
|
|
CUtlVector< MaterialGroup_t > m_materialGroups; // 0x168
|
|
|
|
uint64_t m_nDefaultMeshGroupMask; // 0x180
|
|
|
|
// -> m_boneName - 0x188
|
|
|
|
// -> m_nParent - 0x1a0
|
|
|
|
// -> m_boneSphere - 0x1b8
|
|
|
|
// -> m_nFlag - 0x1d0
|
|
|
|
// -> m_bonePosParent - 0x1e8
|
|
|
|
// -> m_boneRotParent - 0x200
|
|
|
|
ModelSkeletonData_t m_modelSkeleton; // 0x188
|
|
|
|
CUtlVector< int16 > m_remappingTable; // 0x218
|
|
|
|
CUtlVector< uint16 > m_remappingTableStarts; // 0x230
|
|
|
|
CUtlVector< ModelBoneFlexDriver_t > m_boneFlexDrivers; // 0x248
|
|
|
|
CModelConfigList* m_pModelConfigList; // 0x260
|
|
|
|
CUtlVector< CUtlString > m_BodyGroupsHiddenInTools; // 0x268
|
|
|
|
};
|
|
|
|
|
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x48
|
|
|
|
// Has VTable
|
|
|
|
// Is Abstract
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0000[0x8]; // 0x0
|
2023-03-15 19:24:28 +00:00
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_ElementName; // 0x8
|
|
|
|
CUtlVector< CModelConfigElement* > m_NestedElements; // 0x10
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xd0
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_AttachedModel : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_InstanceName; // 0x48
|
|
|
|
CUtlString m_EntityClass; // 0x50
|
|
|
|
CStrongHandle< InfoForResourceTypeCModel > m_hModel; // 0x58
|
|
|
|
Vector m_vOffset; // 0x60
|
|
|
|
QAngle m_aAngOffset; // 0x6c
|
|
|
|
CUtlString m_AttachmentName; // 0x78
|
|
|
|
ModelConfigAttachmentType_t m_AttachmentType; // 0x80
|
|
|
|
bool m_bUserSpecifiedColor; // 0x84
|
|
|
|
bool m_bUserSpecifiedMaterialGroup; // 0x85
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x60
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_UserPick : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CUtlString > m_Choices; // 0x48
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x60
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_RandomPick : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CUtlString > m_Choices; // 0x48
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x50
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_SetMaterialGroup : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_MaterialGroupName; // 0x48
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x50
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_SetRenderColor : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Color m_Color; // 0x48
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x60
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_RandomColor : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CColorGradient m_Gradient; // 0x48
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x58
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_SetBodygroup : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_GroupName; // 0x48
|
|
|
|
int32_t m_nChoice; // 0x50
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x60
|
|
|
|
// Has VTable
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigElement_Command : public CModelConfigElement
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_Command; // 0x48
|
|
|
|
KeyValues3 m_Args; // 0x50
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfig
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_ConfigName; // 0x0
|
|
|
|
CUtlVector< CModelConfigElement* > m_Elements; // 0x8
|
|
|
|
bool m_bTopLevel; // 0x20
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x20
|
2023-03-15 19:24:28 +00:00
|
|
|
class CModelConfigList
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
bool m_bHideMaterialGroupInTools; // 0x0
|
|
|
|
bool m_bHideRenderColorInTools; // 0x1
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0002[0x6]; // 0x2
|
|
|
|
public:
|
|
|
|
CUtlVector< CModelConfig* > m_Configs; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CRenderBufferBinding
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint64_t m_hBuffer; // 0x0
|
|
|
|
uint32_t m_nBindOffsetBytes; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x18
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
struct SkeletonBoneBounds_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vecCenter; // 0x0
|
|
|
|
Vector m_vecSize; // 0xc
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x60
|
2023-03-15 18:56:19 +00:00
|
|
|
struct RenderSkeletonBone_t
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_boneName; // 0x0
|
|
|
|
CUtlString m_parentName; // 0x8
|
|
|
|
matrix3x4_t m_invBindPose; // 0x10
|
|
|
|
// -> m_vecCenter - 0x40
|
|
|
|
// -> m_vecSize - 0x4c
|
|
|
|
SkeletonBoneBounds_t m_bbox; // 0x40
|
|
|
|
float m_flSphereRadius; // 0x58
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x50
|
2023-03-15 18:56:19 +00:00
|
|
|
class CRenderSkeleton
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< RenderSkeletonBone_t > m_bones; // 0x0
|
|
|
|
CUtlVector< int32 > m_boneParents; // 0x30
|
|
|
|
int32_t m_nBoneWeightCount; // 0x48
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x10
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CDrawCullingData
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vConeApex; // 0x0
|
|
|
|
int8_t m_ConeAxis[3]; // 0xc
|
|
|
|
int8_t m_ConeCutoff; // 0xf
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xd0
|
2023-03-15 18:56:19 +00:00
|
|
|
class CMaterialDrawDescriptor
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
RenderPrimitiveType_t m_nPrimitiveType; // 0x0
|
|
|
|
int32_t m_nBaseVertex; // 0x4
|
|
|
|
int32_t m_nVertexCount; // 0x8
|
|
|
|
int32_t m_nStartIndex; // 0xc
|
|
|
|
int32_t m_nIndexCount; // 0x10
|
|
|
|
int32_t m_nStartInstance; // 0x14
|
|
|
|
int32_t m_nInstanceCount; // 0x18
|
|
|
|
float m_flUvDensity; // 0x1c
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0020[0x4]; // 0x20
|
|
|
|
public:
|
2023-03-15 18:56:19 +00:00
|
|
|
// MDefaultString
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vTintColor; // 0x24
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0030[0x2]; // 0x30
|
|
|
|
public:
|
|
|
|
int8_t m_CullDataIndex; // 0x32
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0033[0x7d]; // 0x33
|
|
|
|
public:
|
|
|
|
// -> m_hBuffer - 0xb0
|
|
|
|
// -> m_nBindOffsetBytes - 0xb8
|
|
|
|
CRenderBufferBinding m_indexBuffer; // 0xb0
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad00c0[0x8]; // 0xc0
|
|
|
|
public:
|
|
|
|
CStrongHandle< InfoForResourceTypeIMaterial2 > m_material; // 0xc8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x60
|
2023-03-15 18:56:19 +00:00
|
|
|
class CSceneObjectData
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vMinBounds; // 0x0
|
|
|
|
Vector m_vMaxBounds; // 0xc
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0018[0x8]; // 0x18
|
|
|
|
public:
|
|
|
|
CUtlVector< CMaterialDrawDescriptor > m_drawCalls; // 0x20
|
|
|
|
CUtlVector< CDrawCullingData > m_drawCullData; // 0x38
|
|
|
|
Vector4D m_vTintColor; // 0x50
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x88
|
2023-03-15 18:56:19 +00:00
|
|
|
class CAttachment
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
CUtlString m_influenceNames[3]; // 0x8
|
|
|
|
Vector m_vInfluenceOffsets[3]; // 0x20
|
|
|
|
Quaternion m_vInfluenceRotations[3]; // 0x44
|
|
|
|
float m_influenceWeights[3]; // 0x74
|
|
|
|
bool m_bInfluenceRootTransform[3]; // 0x80
|
|
|
|
uint8_t m_nInfluences; // 0x83
|
|
|
|
bool m_bIgnoreRotation; // 0x84
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x78
|
2023-03-15 18:56:19 +00:00
|
|
|
class CHitBox
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0000[0x30]; // 0x0
|
|
|
|
public:
|
|
|
|
CUtlString m_name; // 0x30
|
|
|
|
CUtlString m_sSurfaceProperty; // 0x38
|
|
|
|
CUtlString m_sBoneName; // 0x40
|
|
|
|
uint32_t m_nBoneNameHash; // 0x48
|
|
|
|
int32_t m_nGroupId; // 0x4c
|
|
|
|
Color m_cRenderColor; // 0x50
|
|
|
|
uint16_t m_nHitBoxIndex; // 0x54
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0056[0x2]; // 0x56
|
2023-03-15 18:56:19 +00:00
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vMinBounds; // 0x58
|
|
|
|
Vector m_vMaxBounds; // 0x64
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0070[0x1]; // 0x70
|
|
|
|
public:
|
|
|
|
bool m_bTranslationOnly; // 0x71
|
|
|
|
bool m_bVisible; // 0x72
|
|
|
|
bool m_bSelected; // 0x73
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x30
|
2023-03-15 18:56:19 +00:00
|
|
|
class CHitBoxSet
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
uint32_t m_nNameHash; // 0x8
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad000c[0x4]; // 0xc
|
|
|
|
public:
|
|
|
|
CUtlVector< CHitBox > m_HitBoxes; // 0x10
|
|
|
|
CUtlString m_SourceFilename; // 0x28
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x18
|
2023-03-15 18:56:19 +00:00
|
|
|
class CHitBoxSetList
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CHitBoxSet > m_HitBoxSets; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x1c8
|
|
|
|
// Has VTable
|
2023-03-15 18:56:19 +00:00
|
|
|
class CRenderMesh
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0000[0x10]; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVectorFixedGrowable< CSceneObjectData > m_sceneObjects; // 0x10
|
|
|
|
CUtlVector< CBaseConstraint* > m_constraints; // 0x88
|
|
|
|
// -> m_bones - 0xa0
|
|
|
|
// -> m_boneParents - 0xd0
|
|
|
|
// -> m_nBoneWeightCount - 0xe8
|
|
|
|
CRenderSkeleton m_skeleton; // 0xa0
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x50
|
2023-03-15 18:56:19 +00:00
|
|
|
class CConstraintTarget
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nBoneHash; // 0x0
|
|
|
|
float m_flWeight; // 0x4
|
|
|
|
Vector m_vOffset; // 0x8
|
|
|
|
Quaternion m_qOffset; // 0x14
|
|
|
|
bool m_bIsAttachment; // 0x24
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0025[0x3]; // 0x25
|
|
|
|
public:
|
|
|
|
CUtlString m_sName; // 0x28
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x58
|
2023-03-15 18:56:19 +00:00
|
|
|
class CConstraintSlave
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
uint32_t m_nBoneHash; // 0x0
|
|
|
|
float m_flWeight; // 0x4
|
|
|
|
Vector m_vBasePosition; // 0x8
|
|
|
|
Quaternion m_qBaseOrientation; // 0x14
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0024[0x4]; // 0x24
|
|
|
|
public:
|
|
|
|
CUtlString m_sName; // 0x28
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
|
|
|
// Has VTable
|
|
|
|
// Is Abstract
|
2023-03-15 18:56:19 +00:00
|
|
|
class CBoneConstraintBase
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0000[0x28]; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// No schema binary for binding
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x70
|
|
|
|
// Has VTable
|
|
|
|
// Is Abstract
|
2023-03-15 18:56:19 +00:00
|
|
|
class CBaseConstraint : public CBoneConstraintBase
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x28
|
|
|
|
Vector m_vUpVector; // 0x30
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad003c[0x4]; // 0x3c
|
|
|
|
public:
|
|
|
|
CUtlVector< CConstraintSlave > m_slaves; // 0x40
|
|
|
|
CUtlVector< CConstraintTarget > m_targets; // 0x58
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x70
|
|
|
|
// Has VTable
|
|
|
|
class CPointConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// No schema binary for binding
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x70
|
|
|
|
// Has VTable
|
|
|
|
class COrientConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// No schema binary for binding
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x88
|
|
|
|
// Has VTable
|
|
|
|
class CAimConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Quaternion m_qAimOffset; // 0x70
|
|
|
|
uint32_t m_nUpType; // 0x80
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x98
|
|
|
|
// Has VTable
|
|
|
|
class CTwistConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
bool m_bInverse; // 0x70
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0071[0x3]; // 0x71
|
|
|
|
public:
|
|
|
|
Quaternion m_qParentBindRotation; // 0x74
|
|
|
|
Quaternion m_qChildBindRotation; // 0x84
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xa0
|
|
|
|
// Has VTable
|
|
|
|
class CTiltTwistConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nTargetAxis; // 0x70
|
|
|
|
int32_t m_nSlaveAxis; // 0x74
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xb0
|
|
|
|
// Has VTable
|
|
|
|
class CMorphConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
bool m_bCacheAttempted; // 0x70
|
|
|
|
bool m_bCacheOk; // 0x71
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0072[0x6]; // 0x72
|
|
|
|
public:
|
|
|
|
CUtlString m_sTargetMorph; // 0x78
|
|
|
|
int32_t m_nSlaveChannel; // 0x80
|
|
|
|
float m_flMin; // 0x84
|
|
|
|
float m_flMax; // 0x88
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x70
|
|
|
|
// Has VTable
|
|
|
|
class CParentConstraint : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// No schema binary for binding
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
|
|
|
struct CBoneConstraintPoseSpaceMorph__Input_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_inputValue; // 0x0
|
|
|
|
CUtlVector< float32 > m_outputWeightList; // 0x10
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xa0
|
|
|
|
// Has VTable
|
2023-03-15 18:56:19 +00:00
|
|
|
class CBoneConstraintPoseSpaceMorph : public CBoneConstraintBase
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_sBoneName; // 0x28
|
|
|
|
CUtlString m_sAttachmentName; // 0x30
|
|
|
|
CUtlVector< CUtlString > m_outputMorph; // 0x38
|
|
|
|
CUtlVector< CBoneConstraintPoseSpaceMorph::Input_t > m_inputList; // 0x50
|
|
|
|
bool m_bClamp; // 0x68
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
|
|
|
struct CBoneConstraintPoseSpaceBone__Input_t
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_inputValue; // 0x0
|
|
|
|
CUtlVector< CTransform > m_outputTransformList; // 0x10
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x98
|
|
|
|
// Has VTable
|
|
|
|
class CBoneConstraintPoseSpaceBone : public CBaseConstraint
|
2023-03-15 18:56:19 +00:00
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CBoneConstraintPoseSpaceBone::Input_t > m_inputList; // 0x70
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Constructor
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFlexOp
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
FlexOpCode_t m_OpCode; // 0x0
|
|
|
|
int32_t m_Data; // 0x4
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x20
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFlexRule
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nFlex; // 0x0
|
|
|
|
CUtlVector< CFlexOp > m_FlexOps; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFlexDesc
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_szFacs; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x18
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFlexController
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_szName; // 0x0
|
|
|
|
CUtlString m_szType; // 0x8
|
|
|
|
float min; // 0x10
|
|
|
|
float max; // 0x14
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x38
|
2023-03-15 18:56:19 +00:00
|
|
|
class CMorphBundleData
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_flULeftSrc; // 0x0
|
|
|
|
float m_flVTopSrc; // 0x4
|
|
|
|
CUtlVector< float32 > m_offsets; // 0x8
|
|
|
|
CUtlVector< float32 > m_ranges; // 0x20
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
2023-03-15 18:56:19 +00:00
|
|
|
class CMorphRectData
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int16_t m_nXLeftDst; // 0x0
|
|
|
|
int16_t m_nYTopDst; // 0x2
|
|
|
|
float m_flUWidthSrc; // 0x4
|
|
|
|
float m_flVHeightSrc; // 0x8
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad000c[0x4]; // 0xc
|
|
|
|
public:
|
|
|
|
CUtlVector< CMorphBundleData > m_bundleDatas; // 0x10
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x20
|
2023-03-15 18:56:19 +00:00
|
|
|
class CMorphData
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
CUtlVector< CMorphRectData > m_morphRectDatas; // 0x8
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0xa0
|
|
|
|
// Has VTable
|
2023-03-15 18:56:19 +00:00
|
|
|
class CMorphSetData
|
|
|
|
{
|
2024-04-06 11:08:53 +00:00
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad0000[0x10]; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
int32_t m_nWidth; // 0x10
|
|
|
|
int32_t m_nHeight; // 0x14
|
|
|
|
MorphLookupType_t m_nLookupType; // 0x18
|
|
|
|
MorphEncodingType_t m_nEncodingType; // 0x1c
|
|
|
|
CUtlVector< MorphBundleType_t > m_bundleTypes; // 0x20
|
|
|
|
CUtlVector< CMorphData > m_morphDatas; // 0x38
|
|
|
|
CStrongHandle< InfoForResourceTypeCTextureBase > m_pTextureAtlas; // 0x50
|
|
|
|
CUtlVector< CFlexDesc > m_FlexDesc; // 0x58
|
|
|
|
CUtlVector< CFlexController > m_FlexControllers; // 0x70
|
|
|
|
CUtlVector< CFlexRule > m_FlexRules; // 0x88
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x40
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootDefinition
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
CUtlString m_ankleBoneName; // 0x8
|
|
|
|
CUtlString m_toeBoneName; // 0x10
|
|
|
|
Vector m_vBallOffset; // 0x18
|
|
|
|
Vector m_vHeelOffset; // 0x24
|
|
|
|
float m_flFootLength; // 0x30
|
|
|
|
float m_flBindPoseDirectionMS; // 0x34
|
|
|
|
float m_flTraceHeight; // 0x38
|
|
|
|
float m_flTraceRadius; // 0x3c
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x8
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 19:24:28 +00:00
|
|
|
class CFingerSource
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
AnimVRFinger_t m_nFingerIndex; // 0x0
|
|
|
|
float m_flFingerWeight; // 0x4
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x38
|
2023-03-15 19:24:28 +00:00
|
|
|
class CFingerBone
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_boneName; // 0x0
|
|
|
|
Vector m_hingeAxis; // 0x8
|
|
|
|
Vector m_vCapsulePos1; // 0x14
|
|
|
|
Vector m_vCapsulePos2; // 0x20
|
|
|
|
float m_flMinAngle; // 0x2c
|
|
|
|
float m_flMaxAngle; // 0x30
|
|
|
|
float m_flRadius; // 0x34
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x70
|
2023-03-15 19:24:28 +00:00
|
|
|
class CFingerChain
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CFingerSource > m_targets; // 0x0
|
|
|
|
CUtlVector< CFingerBone > m_bones; // 0x18
|
|
|
|
CUtlString m_name; // 0x30
|
|
|
|
CUtlString m_tipParentBoneName; // 0x38
|
|
|
|
Vector m_vTipOffset; // 0x40
|
|
|
|
private:
|
|
|
|
[[maybe_unused]] uint8_t __pad004c[0x4]; // 0x4c
|
|
|
|
public:
|
|
|
|
CUtlString m_metacarpalBoneName; // 0x50
|
|
|
|
Vector m_vSplayHingeAxis; // 0x58
|
|
|
|
float m_flSplayMinAngle; // 0x64
|
|
|
|
float m_flSplayMaxAngle; // 0x68
|
|
|
|
float m_flFingerScaleRatio; // 0x6c
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x30
|
2023-03-15 19:24:28 +00:00
|
|
|
class CWristBone
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlString m_name; // 0x0
|
|
|
|
Vector m_vForwardLS; // 0x8
|
|
|
|
Vector m_vUpLS; // 0x14
|
|
|
|
Vector m_vOffset; // 0x20
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x50
|
2023-03-15 19:24:28 +00:00
|
|
|
class CVrSkeletalInputSettings
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CWristBone > m_wristBones; // 0x0
|
|
|
|
CUtlVector< CFingerChain > m_fingers; // 0x18
|
|
|
|
CUtlString m_name; // 0x30
|
|
|
|
CUtlString m_outerKnuckle1; // 0x38
|
|
|
|
CUtlString m_outerKnuckle2; // 0x40
|
|
|
|
AnimVRHand_t m_eHand; // 0x48
|
2023-03-15 19:24:28 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CCycleBase
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
float m_flCycle; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CAnimCycle : public CCycleBase
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// No schema binary for binding
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x4
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootCycle : public CCycleBase
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// No schema binary for binding
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x40
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootCycleDefinition
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vStancePositionMS; // 0x0
|
|
|
|
Vector m_vMidpointPositionMS; // 0xc
|
|
|
|
float m_flStanceDirectionMS; // 0x18
|
|
|
|
Vector m_vToStrideStartPos; // 0x1c
|
|
|
|
float m_flMaxExtent; // 0x28
|
|
|
|
CAnimCycle m_stanceCycle; // 0x2c
|
|
|
|
CFootCycle m_footLiftCycle; // 0x30
|
|
|
|
CFootCycle m_footOffCycle; // 0x34
|
|
|
|
CFootCycle m_footStrikeCycle; // 0x38
|
|
|
|
CFootCycle m_footLandCycle; // 0x3c
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 4
|
|
|
|
// Size: 0x14
|
|
|
|
// Has Trivial Destructor
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootTrajectory
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
Vector m_vOffset; // 0x0
|
|
|
|
float m_flRotationOffset; // 0xc
|
|
|
|
float m_flProgression; // 0x10
|
|
|
|
|
|
|
|
// Static fields:
|
|
|
|
static CFootTrajectory &Get_Identity(){return *reinterpret_cast<CFootTrajectory*>(interfaces::g_schema->FindTypeScopeForModule("vphysics2.dll")->FindDeclaredClass("CFootTrajectory")->m_static_fields[0]->m_instance);};
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x18
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootTrajectories
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CFootTrajectory > m_trajectories; // 0x0
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x58
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootStride
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
// -> m_vStancePositionMS - 0x0
|
|
|
|
// -> m_vMidpointPositionMS - 0xc
|
|
|
|
// -> m_flStanceDirectionMS - 0x18
|
|
|
|
// -> m_vToStrideStartPos - 0x1c
|
|
|
|
// -> m_flMaxExtent - 0x28
|
|
|
|
// -> m_stanceCycle - 0x2c
|
|
|
|
// -> m_footLiftCycle - 0x30
|
|
|
|
// -> m_footOffCycle - 0x34
|
|
|
|
// -> m_footStrikeCycle - 0x38
|
|
|
|
// -> m_footLandCycle - 0x3c
|
|
|
|
CFootCycleDefinition m_definition; // 0x0
|
|
|
|
CFootTrajectories m_trajectories; // 0x40
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|
2024-04-06 11:08:53 +00:00
|
|
|
// Registered binary: vphysics2.dll (project 'modellib')
|
|
|
|
// Alignment: 8
|
|
|
|
// Size: 0x28
|
2023-03-15 18:56:19 +00:00
|
|
|
class CFootMotion
|
|
|
|
{
|
|
|
|
public:
|
2024-04-06 11:08:53 +00:00
|
|
|
CUtlVector< CFootStride > m_strides; // 0x0
|
|
|
|
CUtlString m_name; // 0x18
|
|
|
|
bool m_bAdditive; // 0x20
|
2023-03-15 18:56:19 +00:00
|
|
|
};
|
|
|
|
|