size of cuboctahedron in shapes demo now in line with other shapes. and
[freeglut] / progs / demos / shapes / glmatrix.c
index 961bf7c..5128da8 100644 (file)
@@ -160,6 +160,7 @@ void gl_frustum(float left, float right, float bottom, float top, float near, fl
     mat[10] = c;\r
     mat[11] = -1.f;\r
     mat[14] = d;\r
+    mat[15] = 0;\r
 \r
     gl_mult_matrixf(mat);\r
 }\r