From a605d9c3de0e3ed91156f34cc713d4fc1ee0e587 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 1 Nov 2005 12:20:13 +0000 Subject: [PATCH] Make colors match the fp tests --- progs/vp/vp-tris.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progs/vp/vp-tris.c b/progs/vp/vp-tris.c index ff3f3f8..09733b6 100644 --- a/progs/vp/vp-tris.c +++ b/progs/vp/vp-tris.c @@ -159,9 +159,9 @@ static void Display( void ) ASSIGN_3V(v[0].v.color, 0,0,1); ASSIGN_3V(v[0].v.pos, 0.9, -0.9, 0.0); - ASSIGN_3V(v[1].v.color, 0,1,0); - ASSIGN_3V(v[1].v.pos, 0.9, 0.9, 0.0); ASSIGN_3V(v[2].v.color, 1,0,0); + ASSIGN_3V(v[1].v.pos, 0.9, 0.9, 0.0); + ASSIGN_3V(v[1].v.color, 0,1,0); ASSIGN_3V(v[2].v.pos, -0.9, 0, 0.0); subdiv(&v[0], &v[1], &v[2], nr_steps); -- 2.7.4