From 0a826921546612bee475ae240e0110977326bec1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 14 Jan 2010 09:21:18 -0700 Subject: progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping Note whether the new verts introduced by clipping show up as points and lines along the edge of the window... --- progs/trivial/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/trivial/SConscript') diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 613383c77b..e9ed1cb71e 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -96,6 +96,7 @@ progs = [ 'tri-logicop-xor', 'tri-mask-tri', 'tri-orig', + 'tri-point-line-clipped', 'tri-query', 'tri-repeat', 'tri-scissor-tri', -- cgit v1.2.3