gpuray_glsl

view README @ 5:000017955721

fixed the cone normal
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 11 Nov 2014 20:25:59 +0200
parents
children
line source
1 To compile just type make. Install a recent version of the g++ compiler,
2 preferable 4.7, as the code is written according to the recent C++11 standard.
4 Copyright 2012 John Tsiombikas <nuclear@member.fsf.org>
5 You may use, modify, and distribute the program under the terms of the GNU
6 General Public License version 3, or at your option, any later version published
7 by the Free Software Foundation. See COPYING for details.
9 Dependencies:
10 - GLUT: http://freeglut.sourceforge.net
11 - libimago: http://code.google.com/p/libimago