Model View ARP (Another Rendering Program)

Hey all,

Here's another rendering program that uses OpenGL and the Fast and Light Tool Kit (fltk) libraries to render models that are stored in ply format. This program was built by me for learning OpenGL and fltk. It works fair enough, so I decided to publish it on my website.

Dependencies are: libGLU, libfltk and libfltk_gl. Make sure to have these on your linux box to use this program.

To be added to the program: 

1. Minor changes to the slider value and faster rendering without the need to change view when zoom slider is changed.

2. Creating a live feed from a ply file so that one can view depth maps in real time.

Procedure: (from terminal)

1) ./configure

2) make all