git-svn-id: svn://db.shs.com.ru/libs@615 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-10-11 13:46:46 +00:00
parent 0ad48fb037
commit f24af0b48a
3 changed files with 3 additions and 3 deletions

View File

@@ -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();
}

View File

@@ -2,5 +2,5 @@
void main(void) {
qgl_FragTexture = qgl_Texture;
gl_Position = vec4(qgl_Vertex,1);
gl_Position = qgl_ftransform();
}

View File

@@ -2,5 +2,5 @@
void main(void) {
qgl_FragTexture = qgl_Texture;
gl_Position = vec4(qgl_Vertex,1);
gl_Position = qgl_ftransform();
}