mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
backup
backup commit
This commit is contained in:
parent
2d2d3c7560
commit
25d6ee5372
2 changed files with 30 additions and 7 deletions
|
|
@ -299,10 +299,8 @@ void GroundPlane::buildConvex( const Box3F& box, Convex* convex )
|
|||
{
|
||||
Point3F queryCenter = box.getCenter();
|
||||
|
||||
planeConvex->mCenter = Point3F( queryCenter.x, queryCenter.y, 0 );
|
||||
planeConvex->mSize = Point3F( box.getExtents().x,
|
||||
box.getExtents().y,
|
||||
0 );
|
||||
planeConvex->mCenter = Point3F( queryCenter.x, queryCenter.y, 0 );
|
||||
planeConvex->mSize = Point3F( box.getExtents().x, box.getExtents().y, 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue