detail on modes, etc.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
dbeyer3069
Posts: 81
Joined: Mon Dec 19, 2005 4:09 pm

detail on modes, etc.

Post by dbeyer3069 »

I've seen the OpenGL (ES) docs and read these forums and have come to understand much more about how the different graphics modes work (depth, cull, etc.), however, I'm coming up short with some. Has someone found a comprehensive document (or source) to explain the OPEN GL (ES) standards as they apply to the PSP environment and CYGWIN libraries? Specifically the different TESTS that can be turned on (CULL) and a more detail of how they affect graphic images, etc? I know a lot of them are for 3D but I'm moving quickly in that direction.

Thanks in advance.

David Beyer
jsgf
Posts: 254
Joined: Tue Jul 12, 2005 11:02 am
Contact:

Post by jsgf »

Well, there's heaps of generic documentation about OpenGL available around the net; look at OpenGL.org to get complete specs, etc.

I've been maintaining http://www.goop.org/psp/gl to document the differences between PSPGL and standard OpenGL, though I'd be the first to say it is neither complete nor tutorial material.

Almost all the OpenGL tests and modes work as standard in PSPGL, so the generic documentation will be helpful.

Do you have any specific questions?
Post Reply