From 8f1d5ca086e16a82d7d7eb5500df9ad74f0a703f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 20 Aug 2008 15:32:33 -0600 Subject: use ftransform() --- progs/glsl/trirast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs') diff --git a/progs/glsl/trirast.c b/progs/glsl/trirast.c index 67cbac0546..89df64fc71 100644 --- a/progs/glsl/trirast.c +++ b/progs/glsl/trirast.c @@ -190,7 +190,7 @@ Init(void) "}\n"; static const char *vertShaderText = "void main() {\n" - " gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;\n" + " gl_Position = ftransform(); \n" "}\n"; if (!ShadersSupported()) -- cgit v1.2.3