Hello Guest

Where is glu?

  • 2 Replies
  • 10932 Views
*

Offline imnotanerd

  • *
  • 5
  • Java/Ruby nerd. :D
Where is glu?
« 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
I once said hi to someone. He punched me back.

Re: Where is glu?
« Reply #1 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
cool story, bro

*

Offline imnotanerd

  • *
  • 5
  • Java/Ruby nerd. :D
Re: Where is glu?
« Reply #2 on: January 13, 2011, 04:21:05 »
Thanks!
I once said hi to someone. He punched me back.