--- libgender/view.h 2004/10/17 09:43:07 1.26 +++ libgender/view.h 2004/10/18 12:24:29 1.28 @@ -46,7 +46,7 @@ // only to be used by friends: TODO - GLfloat nz_far, nc_far; + GLfloat nz_far, nz_near, nc_far; GLfloat diagfact; // bounding box border to depth factor GLfloat perspfact; // perspfact * (1/depth)=> pixels @@ -54,6 +54,8 @@ struct { plane l, r, t, b, n, f; + cone c; + sphere s; } frustum; // the passes