neuray API Programmer's Manual

Tutorial and Example Programs

We provide several examples for the use of the neuray API that illustrate -- in a tutorial manner -- the important interfaces and concepts.

See the Getting Started Section for a description of how the example programs can be compiled.

If your variant of the neuray library requires an authentication key you need to replace the file examples/authentication.h that only contains a dummy key with the file that contains a valid authentication key. Failure to supply a valid authentication key will cause mi::neuraylib::INeuray::start() to abort with error code -2.

Getting Started with neuray

Index of Topics Explained in the Example Programs