Hello Guest

Rendering Sphere in LWJGL 3

  • 1 Replies
  • 5151 Views
Rendering Sphere in LWJGL 3
« on: January 08, 2015, 03:23:35 »
I'm new to lwjgl, many tutorials make use of `glusphere` to create a sphere, which is part of lwjgl 2.x
My question is: is there a convenient way to render a sphere under lwjgl 3?
or must I draw them on my own?

(this question is moved from LWJGL > Programming > OpenGL)

*

Offline quew8

  • *****
  • 569
  • Because Square Eyes Look More Real
Re: Rendering Sphere in LWJGL 3
« Reply #1 on: January 08, 2015, 11:18:39 »
As @Kappa told you in another of your posts. No there is not. Use LWJGLX or stick with LWJGL 2 or learn how to do it yourself from the basics.