mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
remove dependency on libGLU
This commit is contained in:
parent
b87ce5be82
commit
f6ab1347d6
1 changed files with 1 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
|
||||
#include <GL/glx.h>
|
||||
#include <GL/glu.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
@ -135,7 +134,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
/* set up viewing parameters */
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
gluPerspective(20, 1, 10, 20);
|
||||
glFrustum(-1, 1, -1, 1, 6, 20);
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glTranslatef(0, 0, -15);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue