Search found 4 matches

by Olivier
Fri Feb 24, 2006 7:13 pm
Forum: PSP Development
Topic: PSP - Graphics Article Prequel
Replies: 4
Views: 2808

Good idea !

I really would like to know more about graphic implementation stuffs and this article looks really interesting !
by Olivier
Wed Feb 22, 2006 11:02 pm
Forum: PSP Development
Topic: Lib Problem with DrawList (Help i'm a noob !)
Replies: 5
Views: 1893

Should I stop using opengl and use sceGu instead ?
is sceGumDrawArray() the sceGu fonction to use kind of display lists ?
How many more question am I going to ask ?

Sorry for asking all that but I don't really know sceGu and I'm just learning how to do some stuff with the PSP :)
by Olivier
Wed Feb 22, 2006 10:54 pm
Forum: PSP Development
Topic: Lib Problem with DrawList (Help i'm a noob !)
Replies: 5
Views: 1893

Oki thanks for the news.
So there is no way to use display list on psp for now ?
by Olivier
Wed Feb 22, 2006 7:01 am
Forum: PSP Development
Topic: Lib Problem with DrawList (Help i'm a noob !)
Replies: 5
Views: 1893

Lib Problem with DrawList (Help i'm a noob !)

Hi ! I'm quite new to opengl and I'm trying to use display lists but I have an error when I compile : model.cpp:(.text+0x3334): undefined reference to `glGenLists' model.cpp:(.text+0x3344): undefined reference to `glNewList' model.cpp:(.text+0x4a38): undefined reference to `glEndList' I don't get it...