]> Pileus Git - grits/commit
Add GritsPoly for drawing sets of polygons
authorAndy Spencer <andy753421@gmail.com>
Mon, 24 Jan 2011 03:42:45 +0000 (03:42 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 24 Jan 2011 03:44:46 +0000 (03:44 +0000)
commit12e39aa0ca2c7e6843bf1a1e0a9d73c3c84cc166
treedbc031dd436c9024be3a1980431b272973650785
parent8f40fd04fdb9316e53cf0b765003cffba04af481
Add GritsPoly for drawing sets of polygons

Currently uses OpenGL display lists for performance reasons.
src/grits.h
src/objects/Makefile.am
src/objects/grits-poly.c [new file with mode: 0644]
src/objects/grits-poly.h [new file with mode: 0644]