* NEW: New experimental component for simple OpenGL gaming engine.
* NEW: Md2Model loader and renderer.

[EXAMPLES]
* NEW: Example to show how to use new Md2Model component.



git-svn-id: svn://localhost/gambas/trunk@5590 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Tomek 2013-03-26 12:44:16 +00:00
parent da707d38a4
commit e9fa6010ed
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ SUBDIRS = \
@media_dir@ \
@jit_dir@ \
@httpd_dir@ \
@sge_dir@ \
comp \
app \
examples \

View file

@ -41,6 +41,7 @@ GB_CONFIG_SUBDIRS(ncurses, gb.ncurses)
GB_CONFIG_SUBDIRS(media, gb.media)
GB_CONFIG_SUBDIRS(jit, gb.jit)
GB_CONFIG_SUBDIRS(httpd, gb.httpd)
GB_CONFIG_SUBDIRS(sge, gb.sge)
AC_CONFIG_SUBDIRS(comp)
AC_CONFIG_SUBDIRS(app)