Standard opengl pipeline

Hello everyone,

It sounds stupid, but I would like to know if anyone have the vertex, geometry and fragment codes that would implement exactly the standard OpenGL pipeline (T&L). I am looking something similar to ftransform() function for all shaders, not only vertex transform. I found a link ( aras’ page ), but I am looking for GLSL.

Thanks in advance,

Leo

The Lighthouse3D site has them in it’s shader tutorials.

check out ShaderGen from 3DLabs:

http://mew.cx/glsl/shadergen/

It is not maintained anymore and as far as I know geometry shaders are not supported. Then again… there is no thing as “geometry shader” in standard OpenGL pipeline.

Orange book has some examples where the fixed pipeline stages are emulated using shaders. LightHouse3D is the best for starting.

I will check them out. Thanks a lot everyone!

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.