Advanced Computer Graphics: Laboratory Project

BACK TO INDEX

Setup Visual Studio

The application framework requires Cg 2.0, which can be downloaded from nVidias developer pages. Later versions (Version 3 has been released), may also work, but have not been tested.

The installer sets two environment variables, which are used to find libraries and header files for Cg:

If, for some reason, these are not set, the project will not compile, reinstalling Cg should fix this.


BACK TO INDEX