@skyblond do you have to calculate out a circle by hand? I havent used lwjgl
@freemo
Yeah, I have to manually calculate each point on the circle using a for loop.
I recently watch a youtube video about simulate the behaviour of ant colony. He used OpenGL with cpp and I want to implement my own version. But it seems like OpenGL and cpp things are far beyond my control XD
@skyblond Scene graphs are fun but they are more about manipulating the higher level objects. Obviously there are ways to draw circles too, but thats not really where the scenegraph aspect is helping you (though it is helpful about manipulating that circle in the scene, moving it and such).