Added toyball and bumpmap tests using shaders from the OpenGL Shading Language (orang...
authorBrian <brian@yutani.localnet.net>
Tue, 16 Jan 2007 21:55:43 +0000 (14:55 -0700)
committerBrian <brian@yutani.localnet.net>
Tue, 16 Jan 2007 21:55:43 +0000 (14:55 -0700)
commitf44ba11815fecedbbcd9eaaa9c43d2fd6537b88e
treefd7c232f8955ccf41870fd944648ab61fe15e8f2
parent9b5dc1358a82949aaf9a25abb18c5df64d5f01a1
Added toyball and bumpmap tests using shaders from the OpenGL Shading Language (orange) book.
progs/glsl/CH11-bumpmap.frag.txt [new file with mode: 0644]
progs/glsl/CH11-bumpmap.vert.txt [new file with mode: 0644]
progs/glsl/CH11-toyball.frag.txt [new file with mode: 0644]
progs/glsl/CH11-toyball.vert.txt [new file with mode: 0644]
progs/glsl/CH18-mandel.frag.txt
progs/glsl/Makefile
progs/glsl/bump.c [new file with mode: 0644]
progs/glsl/toyball.c [new file with mode: 0644]