From 56fdc7844e56a457d87b45beca85a13924c3774b Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 11 Apr 2018 19:28:18 +1000 Subject: [PATCH] geom/frustum: test projection should use radians --- test/geom/frustum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/geom/frustum.cpp b/test/geom/frustum.cpp index 71646480..8b2cb581 100644 --- a/test/geom/frustum.cpp +++ b/test/geom/frustum.cpp @@ -14,7 +14,7 @@ main () util::TAP::logger tap; const util::geom::frustum3f origin90 ( - util::perspective (90.f, 1.f, {0.01f, 1.f}) + util::perspective (util::to_radians (90.f), 1.f, {0.01f, 1.f}) ); static const struct {