Found 78 bookmarks
Newest
CodeXL – GPUOpen
CodeXL – GPUOpen
Professional Compute content is moving elsewhere.
·gpuopen.com·
CodeXL – GPUOpen
Tutorial 16 : Shadow mapping
Tutorial 16 : Shadow mapping
Free tutorials for modern Opengl (3.3 and later) in C/C++
·opengl-tutorial.org·
Tutorial 16 : Shadow mapping
opengl - Getting the true z value from the depth buffer - Stack Overflow
opengl - Getting the true z value from the depth buffer - Stack Overflow
Sampling from a depth buffer in a shader returns values between 0 and 1, as expected. Given the near- and far- clip planes of the camera, how do I calculate the true z value at this point, i.e. the
·stackoverflow.com·
opengl - Getting the true z value from the depth buffer - Stack Overflow
Real depth in OpenGL / GLSL - Before I Forget...
Real depth in OpenGL / GLSL - Before I Forget...
So, many places will give you clues how to get linear depth from the OpenGL depth buffer, or visualise it, or other things. This, however, is what I believe to be the definitive answer: This link http://www.songho.ca/opengl/gl_projectionmatrix.html gives a good run-down of the projection matrix, and
·web.archive.org·
Real depth in OpenGL / GLSL - Before I Forget...
Toon Shader – Version II » Lighthouse3d.com
Toon Shader – Version II » Lighthouse3d.com
GLSL has access to part of the OpenGL state. In this tutorial we’ll see how to access the color as set in an OpenGL application with glColor. GLSL has an attribute variable where it keeps tra…
·lighthouse3d.com·
Toon Shader – Version II » Lighthouse3d.com
common 3D materials parameters
common 3D materials parameters
In order to achieve the greatest version of ourselves we must understand completely what goes inside our bodies. Our food must be researched and developed accordingly.
·nicoptere.net·
common 3D materials parameters
opengl - sRGB textures. Is this correct? - Stack Overflow
opengl - sRGB textures. Is this correct? - Stack Overflow
I've recently been reading a little about sRGB formats and how they allow the hardware to automatically perform colour correction for typical monitors. As part of my reading, I see that you can si...
·stackoverflow.com·
opengl - sRGB textures. Is this correct? - Stack Overflow