GAPS
GAPS is a software toolkit that provides ...
- RNBasics - Simple common stuff (e.g., heaps, dynamic arrays, etc).
- R2Shapes - 2D geometry (e.g., points, vectors, lines, images, etc.).
- R3Shapes - 3D geometry (e.g., points, vectors, lines, planes, boxes, etc.).
- R3Graphics - 3D graphics (e.g., cameras, viewports, brdfs, textures, etc.)
This distribution also contains some example applications:
- heaptest - a simple program to test and demonstrate use of the RNHeap class.
- offviewer - view a mesh read from a .off file.
- rayviewer - Framework for rendering scene with path tracer.
Please view the README file for more information about compiling and linking.
funk@cs.princeton.edu