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