]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Frustum.cc
initial port to win32
[chaz/yoink] / src / Moof / Frustum.cc
index 4dc63400618883b95e877c2e288c724e7e0fdfe1..dddbde09110476a42324ca9fbf2d5197efa1601f 100644 (file)
@@ -50,11 +50,11 @@ void Frustum::init(const Matrix4& modelview, const Matrix4& projection)
 }
 
 void Frustum::init(const Matrix4& modelview, Scalar fovy, Scalar aspect,
-               Scalar near, Scalar far)
+               Scalar abutting, Scalar distant)
 {
        Matrix4 projection;
 
-       cml::matrix_perspective_yfov_RH(projection, fovy, aspect, near, far,
+       cml::matrix_perspective_yfov_RH(projection, fovy, aspect, abutting, distant,
                        cml::z_clip_neg_one);
 
        init(modelview, projection);
This page took 0.018378 seconds and 4 git commands to generate.