Glsl shaders demo(s) :
- Bump shader :
- GLSL bump shader.
- requires a GLSL capable card


- GLSL shader
component :
- demonstrates TGLSLShader, the GLSL shader
component.
- can include your own GLSL shaders
- requires a GLSL capable card

- Ocean :
- GLSL shader ocean. Yes, it’s almost real
ocean waves.
- requires a GLSL capable card

- PostShader :
- GLSL post shaders.
- requires a GLSL capable card
- requires CG

- ShadersLab :
- Shaders Lab.
- requires a GLSL capable card (Opengl 2.0
min required)
- demonstrates the use of 9 custom GLSL
Shader
- TGLSLFurShader : Simulate Fur, Hair, Grass
- TGLSLLatticeShader : Simulate Grid
- TGLSLErosionShader : Erode surface of an
object
- TGLSLIvoryShader : Simulate Ivory material
- TGLSLGoochShader : Gooch Rendering
- TGLSLSemShader : Spherical Environment
Mapping
- TGLSLVertexDisplacementShader : Displace
vertices of an object
- TGLSLGlassShader : Glass Rendering with
Fresnel term and refraction
- TGLSLToonShader : Cell/Toon Rendering

- SkyboxShader :
- GLSL skybox shader.
- There are a sphere and thor with cubemaps.

Back