|
2011-02-19
, 10:47
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
|
2011-02-19
, 11:01
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#3
|
I am trying to develop OpenGL ES program on my N900 and I couldn't make lighting part working.
I used:
glEnable(GL_LIGHTING);
glEnable(GL_LIGHT0);
And it keep saying that GL_LIGHTING is not declared (or unknown)
I installed openGL using: http://wiki.maemo.org/OpenGL-ES
and I even followed the example in:
http://doc.qt.nokia.com/qt-maemo/opengl-hellogl-es.html
example but no luck for me.
Can anyone tells me how to make
GL_LIGHTING thing works in N900? Thank you so much!