Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘opengl demos’


OpenGL demos taking advantage of Shader Model 4

Be the first to comment - What do you think?  Posted by JeGX - 2008/06/23 at 10:04

Categories: OpenGL, Programming   Tags: , , , ,

Naixela released two demos “geometry shader painterly rendering” and “geometry shader tessellation” taking advantage of Shader Model 4 (inclusive source code).

- Geometry Shader Painterly Rendering Demo
Renders a scene into color, position, and normal textures, and then outputs the scene as a large number of brush strokes covering the screen using the geometry shader.

- Geometry Shader Tessellation Demo
Tessellates a heightfield based on distance to the viewer using the geometry shader.


[via]