X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FFrustum.hh;h=5710004c58989115622b779fedfcdfb9096279c3;hb=8c6a82feb045ac859b344cd7665a36ac00f4949e;hp=6e93cd6c87f8c675ca61ff4f3dc820ee9b57a1f5;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827;p=chaz%2Fyoink diff --git a/src/Moof/Frustum.hh b/src/Moof/Frustum.hh index 6e93cd6..5710004 100644 --- a/src/Moof/Frustum.hh +++ b/src/Moof/Frustum.hh @@ -44,7 +44,7 @@ public: { init(modelview, fovy, aspect, abutting, distant); } - + void init(const Matrix4& modelview, const Matrix4& projection); void init(const Matrix4& modelview, Scalar fovy, Scalar aspect, Scalar abutting, Scalar distant);