diff options
author | Brian Paul <[email protected]> | 2010-01-14 09:21:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-14 09:22:30 -0700 |
commit | 0a826921546612bee475ae240e0110977326bec1 (patch) | |
tree | 7cc93fe9452f55f62b3040bdf8d248deccbf22bb /progs/trivial/SConscript | |
parent | d6b4655e13a5f3507180d5f7674c870faff2d24d (diff) |
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...
Diffstat (limited to 'progs/trivial/SConscript')
-rw-r--r-- | progs/trivial/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 613383c77b1..e9ed1cb71e0 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', |