This commit is contained in:
Бранимир Караџић
2019-01-03 22:03:40 -08:00
parent e36890f6d8
commit d712453609
4 changed files with 60 additions and 71 deletions

View File

@@ -1654,7 +1654,7 @@ struct DebugDrawEncoderImpl
void drawFrustum(const float* _viewProj)
{
Plane planes[6];
bx::Plane planes[6];
buildFrustumPlanes(planes, _viewProj);
bx::Vec3 points[8];