19 years, 5 months ago
Highlights
Community contributions featuredThe code looks pretty good and the most important thing is that it works :).But if you are looking to improve your code you could try to make it a little bit more readable. Mayb…
19 years, 5 months ago
19 years, 9 months ago
I am trying to determine the world coordinate of a point after it has been rotated and translated in local space. For example: glPushMatrix(); glTranslatef(1.0,1.0,1.0); glRotat…
20 years, 1 month ago
I'm using the following method to draw my mouse, a bitmap textured GL_QUAD. The mouse alpha is a black and white copy used to "fake" the alpha channel (since bitmaps don't suppo…
20 years, 6 months ago
Is there a way to draw a part of an image using glDrawPixels()? Or any other method in OpenGL. Google searches havent shown much, I was hoping maybe someone here could help me o…
20 years, 6 months ago
Latest Activity
See all in DiscussionsThe code looks pretty good and the most important thing is that it works :).But if you are looking to …
19 years, 5 months ago
why not translate the red arrow onto the blue arrow before rotating either, then rotate them both together?
19 years, 9 months ago
if i'm reading your code correctly searchByPoints is going to be a string number (for example "200") whereas the only …
19 years, 9 months ago