removed usage of native glu

using getters
This commit is contained in:
Brian Matzon 2004-02-04 21:56:58 +00:00
parent 245ef8ab03
commit c3b04c1f20
7 changed files with 29 additions and 28 deletions

View file

@ -34,6 +34,7 @@ package org.lwjgl.test.opengl;
import org.lwjgl.*;
import org.lwjgl.input.*;
import org.lwjgl.opengl.*;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.vector.Vector2f;
/**
@ -49,9 +50,6 @@ public class FullScreenWindowedTest {
/** Intended deiplay mode */
private DisplayMode mode;
/** GLU instance */
private GLU glu;
/** our quad moving around */
private Vector2f quadPosition;