#46946 - revo - Sat Jul 02, 2005 11:32 am
Hi,
I can't find way to draw lines on DS using 3D mode.
There are definitions:
but there is no GL_LINES like in normal OpenGL. Is it possible to draw lines or turn to wireframe mode? I think hardware allows to do it, ie. Metroid Prime: Hunters.
_________________
[ sorry for all mistakes, but my english isn't as good as I wish it to be ]
I can't find way to draw lines on DS using 3D mode.
There are definitions:
Code: |
#define GL_TRIANGLE 0
#define GL_QUAD 1 #define GL_TRIANGLE_STRIP 2 #define GL_QUAD_STRIP 3 |
but there is no GL_LINES like in normal OpenGL. Is it possible to draw lines or turn to wireframe mode? I think hardware allows to do it, ie. Metroid Prime: Hunters.
_________________
[ sorry for all mistakes, but my english isn't as good as I wish it to be ]