lib3dRender
===========

A library containing objects for rendering the classes found in the lib3dObjects
library including point-sets, meshes and height-maps.

You probably don't want to use this. Use some standard data formats and a 
library like VTK instead.

I think all the display classes are buggy in different ways.


Dependencies
============

lib3dObjects - Defines objects that this library renders
OpenGL       - Graphics library
OpenCV       - Required for loading texture images 
SDL          - Required for viewer utility program.
GTK          - widget set for viewer
libgtkglex   - OpenGL extensions for GTK


Installing Dependencies on Debian
=================================
Run the command:
   apt-get libsdl1.2-dev libgtk2.0-dev libgtkglext1-dev 

---
Ian Mahon
