-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathREADME.txt
executable file
·23 lines (18 loc) · 1.04 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The code in this directory is meant for use with the book
"Computer Graphics Through OpenGL: From Theory to Experiments,
2nd Edition" and copyrighted to the author Sumanta Guha.
However, you are free to use it for any private non-commercial
application. You may distribute it as is in a limited manner
with these same conditions in place and with the author duly
acknowledged. For broader distribution provide a link to the
website http://www.sumantaguha.com where the code is archived,
rather than archiving yourself.
The programs were developed in Microsoft Visual Studio 2010
running on Windows 7. However, they should run as well on
Linux and Mac OS platforms with possibly some modification.
Look for the latest version of tbe book's code with bug fixes
and updates at the website http://www.sumantaguha.com.
Standard Disclaimer: Though the code has been tested extensively,
no guarantee is given and you use it at your own risk. The author
is not liable in the (unlikely) event of any damage.
Report bugs to [email protected].