Rendering Sphere in LWJGL 3

Started by aabbcc1241, January 08, 2015, 03:23:35

Previous topic - Next topic

aabbcc1241

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)

quew8

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.