CgShaders :
- CgBlinnSheen :
- demonstrates how to use the TGLCgShader
component

- CgBombShader :
- demonstrates how to use the TGLCgBombShader
component

- CgCellShader :
- Simple cell shading with CgShaders
- non-interactive shader parameters determine
cell generation


- CgSimple :
- applying vertex and fragment shaders on mesh
object
- editing and compiling shader code at
run-time
- displaying paramters and compilations
- using TGLCgShader methods vs. plain Cg API
to set shader parameters

- DistTex :
- applying a distortion shader for textured object

- CgTexture :
- using textures loaded in a material library
- interactive controls on shader parameters

Back