Homepage
Hey folks, its time to fresh up my site a little bit, so you will see some changes around here.
The content is a little sparse at the moment, but I will try to add both old and new stuff to my site.
Hey folks, its time to fresh up my site a little bit, so you will see some changes around here.
The content is a little sparse at the moment, but I will try to add both old and new stuff to my site.
hello can u please help me out to draw layers in openGL
It depends on what you mean with layers ?
If it’s a feature to turn objects on/off in the scene, then display lists is very easy to use, render your objects to different lists, and check if they are enabled in the Paint() event.
or do you mean a 2D layer in front of the scene ?