git-svn-id: svn://db.shs.com.ru/libs@615 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -6,5 +6,5 @@ out vec3 view_dir;
|
||||
void main(void) {
|
||||
view_dir = view_corner / view_corner.z;
|
||||
qgl_FragTexture = qgl_Texture;
|
||||
gl_Position = vec4(qgl_Vertex,1);
|
||||
gl_Position = qgl_ftransform();
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
void main(void) {
|
||||
qgl_FragTexture = qgl_Texture;
|
||||
gl_Position = vec4(qgl_Vertex,1);
|
||||
gl_Position = qgl_ftransform();
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
void main(void) {
|
||||
qgl_FragTexture = qgl_Texture;
|
||||
gl_Position = vec4(qgl_Vertex,1);
|
||||
gl_Position = qgl_ftransform();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user