LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: aabbcc1241 on January 08, 2015, 03:23:35

Title: Rendering Sphere in LWJGL 3
Post by: aabbcc1241 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)
Title: Re: Rendering Sphere in LWJGL 3
Post by: quew8 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.