Software and more...
Dev » OpenGL

OpenGL

OpenGL ES

Specifications

Reference manuals

On Symbian

Discussions about openGL ES and Symbian native graphic formats.

GLU

GLUT ES

Binaries & SDKs

Extensions

Tutorials

Books

Fixed Point Math

http://www.grinninglizard.com/kyra/api/glfixed_8h-source.html

3D modeler

3D model file formats

Free 3D Models

OpenGL font

Bitmap font

Font tools

Bitmap font implementation

Model loader

MilkShape model loader tutorial:

Benchmark

Code Sample

Error checking

#define glError() { for(long err = glGetError(); err; err = glGetError()) { fprintf(stderr, "glError: %s caught at %s:%u\n", (char*)gluErrorString(err), __FILE__, __LINE__); }}

Open Scene Graph

Other tools

Todos

  • Look into motion blur

Examples & Source code

Papers

Blend, depth, alpha & quad

Projections

r51 - 04 Oct 2008 - 12:03:05 - StephaneLenclud
Copyright © 2006-2008 by the contributing authors. All right reserved.
Ideas, requests, problems send us feedback.
Syndicate this site RSSATOM