More header optimizations.

This commit is contained in:
castano
2011-10-11 18:52:24 +00:00
parent d11d7a5f38
commit e98d795d2b
12 changed files with 1227 additions and 1217 deletions

View File

@ -518,7 +518,7 @@ Vector3 CubeSurface::Private::applyCosinePowerFilter(const Vector3 & filterDir,
// Focal point in polar coordinates:
Vector2 Fp = toPolar(F);
nvCheck(Fp.y >= 0.0f); // top
nvCheck(Fp.y <= PI/2); // horizon
//nvCheck(Fp.y <= PI/2); // horizon
// If this is an ellipse:
if (Fp.y + coneAngle < PI/2) {