add a new render2 lib, which has a proper API and uses only OpenGL to render.
authorDana Jansens <danakj@orodu.net>
Mon, 26 May 2003 12:47:09 +0000 (12:47 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 26 May 2003 12:47:09 +0000 (12:47 +0000)
commit523b6b69049c0545e1a73e5278024186c60365cb
tree4c72a71d1743bb4bc6d25b7c3e24cd7eabcfbcea
parent0eeb1669bd1c177ef934ea38b34082ed9ae7e2e1
add a new render2 lib, which has a proper API and uses only OpenGL to render.
Makefile.am
configure.ac
render2/.cvsignore [new file with mode: 0644]
render2/Makefile.am [new file with mode: 0644]
render2/init.c [new file with mode: 0644]
render2/instance.c [new file with mode: 0644]
render2/instance.h [new file with mode: 0644]
render2/render.h [new file with mode: 0644]
render2/test.c [new file with mode: 0644]