LWJGL Forum

Programming => LWJGL Documentation => Topic started by: imnotanerd on January 13, 2011, 01:55:42

Title: Where is glu?
Post by: imnotanerd on January 13, 2011, 01:55:42
I was following NeHe's port of OpenGL to LWJGL, and i noticed this:

import org.lwjgl.opengl.glu.GLU;

Where is this located? In Eclipse, it just give me an error saying it can't find it.

# Tip - I'm using LWJGL 2.6
Title: Re: Where is glu?
Post by: jediTofu on January 13, 2011, 02:52:05
It's been moved to here:

org.lwjgl.util.glu.GLU

And make sure that you have lwjgl_util.jar
Title: Re: Where is glu?
Post by: imnotanerd on January 13, 2011, 04:21:05
Thanks!