This doesn't make sense to me at all, but anyways, lets say we have this:

Glfloat dir[] = { 0.0, -1.0f, 0.0f, 0.0f };
glLightfv(GL_LIGHT0, GL_POSITION, dir);

Guess what? The light rays point UP, NOT DOWN LIKE I WANT IT TO. Very unintuitive. Why did the opengl designers decide to do this?

link|improve this question

Are you asking why OpenGL does it that way, or how you should work with the negation? – Nicol Bolas Jan 13 at 23:57
I'm asking why opengl does it that way...it really bugs me because it is not intuitive. – purepureluck Jan 14 at 0:47
Are you sure that the up direction is where you think it is? – Nicol Bolas Jan 14 at 1:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.