
README for CGChunk
==================

Name:                   CGChunk
License:                LGPL
Maintainer:             Andreas Zieringer <amz@a-m-z.org>
Initial Author:         Andreas Zieringer <amz@a-m-z.org>
Additional Libraries:   Cg:CgGL (ftp://download.nvidia.com/developer/cg/)
Added:                  2003/06/01
Last modified:          2003/06/01
Last tested:            2003/06/01

Description:

The CGChunk is a StateChunk to integrate nVidia's CG library into OpenSG. It is
relatively simple and not full-featured, but it's a start, you're welcome to
make it more complete. ;)

It just keeps the vertex and fragment program in strings and manages the
context.

Configure:

This is just an example you need to modify the cg paths.

./configure <your standard options> --with-add-incdir=/usr/software/cg/include --with-add-libdir=/usr/software/cg/lib --with-add-lib=Cg:CgGL


Have fun

    Andreas
