OpenGL rendering engine

I need some documents about the engine of OpenGL language. I need the specific sybject (no general about OpenGL)

Tell me the addresses …

Tx!

sorry, dude, but, what are you talking about?!?

I’m talking about the methodes wich OpenGL uses to construct 3D graphics. ( Rendering engine architecture )

OpenGL is a 3D API not a 3D engine. But anyway why dont you check out Mesa. Google will find it for you nicely.

-SirKnight

[This message has been edited by SirKnight (edited 08-14-2002).]

Everything you need is here:
http://www.opengl.org/developers/documentation/specs.html

The various specs are revisions of the earlier ones and each is self contained so you only really need the latest specification to get up to speed. Bear in mind that the newer proposed additions in the latest spec are still the subject of ARB debate.

You should get the “Red Book”: http://www.amazon.com/exec/obidos/tg/det…=books&n=507846

An earlier edition is available online:
http://fly.cc.fer.hr/~unreal/theredbook/

[This message has been edited by dorbie (edited 08-14-2002).]