OGLES 1.1 - glLightfv & GL_POSITION

I have read the OGLES 1.1 specification and i have noticed that the glLightfv function doesn’t support the GL_POSITION parameter, while the version 1.0 does.

Could someone explain me how i should specify the position of a light with OGLES 1.1 and why the specification was changed??

Thanks

That’s not the case. This is a mistake in the man page. The spec says that GL_POSITION is of course still a valid parameter.

Thanks!
I was guessing that there were something wrong :wink:

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.