diff --git a/include/omath/projection/camera.hpp b/include/omath/projection/camera.hpp index ee0c323..e6db8bf 100644 --- a/include/omath/projection/camera.hpp +++ b/include/omath/projection/camera.hpp @@ -411,13 +411,6 @@ namespace omath::projection return true; } - // w - if constexpr (ndc.size().rows * ndc.size().columns > 3) - { - if (data[3] < -1.0f - eps || data[3] > 1.0f + eps) - return true; - } - return false; }