projects
/
vrlugburz
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed bugs, added debug shaders, drawing a dungeon wall segment for testing
[vrlugburz]
/
sdr
/
foo.p.glsl
1
varying vec3 vnorm;
2
3
void main()
4
{
5
gl_FragColor.rgb = vnorm * 0.5 + 0.5;
6
}