git-svn-id: svn://db.shs.com.ru/libs@30 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
9
qglview/shaders/test.frag
Normal file
9
qglview/shaders/test.frag
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 200
|
||||
|
||||
//in vec3 src_normal, normal, et;
|
||||
in vec3 wpos;
|
||||
|
||||
void main(void) {
|
||||
//vec2 tc = gl_TexCoord[0].xy;
|
||||
gl_FragColor.xyz = wpos * 1E+6;
|
||||
}
|
||||
Reference in New Issue
Block a user