]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
ignore visofs errors on leaf 0 (solid), thanks to Vic for pointing out the problem...
[xonotic/darkplaces.git] / gl_backend.h
index 43a1822e92f241d7bab2f274345111c50d66604a..dd43b40b27d16e3ae027b2b3f14bf26aab48be0a 100644 (file)
@@ -9,7 +9,7 @@ extern int polygonelements[768];
 
 void GL_SetupView_ViewPort(int x, int y, int width, int height);
 void GL_SetupView_Orientation_Identity(void);
-void GL_SetupView_Orientation_FromEntity(vec3_t origin, vec3_t angles);
+void GL_SetupView_Orientation_FromEntity(matrix4x4_t *matrix);
 void GL_SetupView_Mode_Perspective(double fovx, double fovy, double zNear, double zFar);
 void GL_SetupView_Mode_PerspectiveInfiniteFarClip(double fovx, double fovy, double zNear);
 void GL_SetupView_Mode_Ortho(double x1, double y1, double x2, double y2, double zNear, double zFar);