mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-07 10:54:12 +00:00
update file loader for new VC fields
This commit is contained in:
parent
c07727eed0
commit
d9a8bab631
7 changed files with 42 additions and 5 deletions
|
@ -16,6 +16,7 @@ CColModel CTempColModels::ms_colModelPedGroundHit;
|
|||
CColModel CTempColModels::ms_colModelBoot1;
|
||||
CColModel CTempColModels::ms_colModelDoor1;
|
||||
CColModel CTempColModels::ms_colModelBonnet1;
|
||||
CColModel CTempColModels::ms_colModelWeapon;
|
||||
|
||||
|
||||
CColSphere s_aPedSpheres[3];
|
||||
|
@ -285,5 +286,9 @@ CTempColModels::Initialise(void)
|
|||
|
||||
SET_COLMODEL_SPHERES(ms_colModelBodyPart2, s_aBodyPartSpheres2);
|
||||
|
||||
|
||||
ms_colModelWeapon.boundingSphere.Set(0.25f, CVector(0.0f, 0.0f, 0.0f));
|
||||
ms_colModelWeapon.boundingBox.Set(CVector(-0.25f, -0.25, -0.25f), CVector(0.25f, 0.25, 0.25f));
|
||||
|
||||
#undef SET_COLMODEL_SPHERES
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue