fix garages
This commit is contained in:
parent
fab453efde
commit
1afe36d0d0
@ -1471,7 +1471,7 @@ void CGarage::UpdateDoorsHeight()
|
|||||||
void CGarage::BuildRotatedDoorMatrix(CEntity * pDoor, float fPosition)
|
void CGarage::BuildRotatedDoorMatrix(CEntity * pDoor, float fPosition)
|
||||||
{
|
{
|
||||||
float fAngle = -fPosition * HALFPI;
|
float fAngle = -fPosition * HALFPI;
|
||||||
CVector up(-Sin(fAngle) * pDoor->GetForward().y, Sin(fAngle) * pDoor->GetForward().z, Cos(fAngle));
|
CVector up(-Sin(fAngle) * pDoor->GetForward().y, Sin(fAngle) * pDoor->GetForward().x, Cos(fAngle));
|
||||||
pDoor->GetRight() = CrossProduct(up, pDoor->GetForward());
|
pDoor->GetRight() = CrossProduct(up, pDoor->GetForward());
|
||||||
pDoor->GetUp() = up;
|
pDoor->GetUp() = up;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user