Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6308 in orxonox.OLD for trunk/src/lib/graphics/importer/Makefile.am


Ignore:
Timestamp:
Dec 27, 2005, 1:51:26 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added tc a library to convert Vertice-Melanges into VertexArrayStrips. Also implemented it partly in the VertexArrayModel-class…. testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/Makefile.am

    r6100 r6308  
    55
    66libORXimporter_a_SOURCES = model.cc \
     7                           tc.c \
    78                           vertex_array_model.cc \
    89                           static_model.cc \
     
    1819
    1920noinst_HEADERS = model.h \
     21                 tc.h \
    2022                 vertex_array_model.h \
    2123                 static_model.h \
     
    2830                 height_map.h \
    2931                 anorms.h \
    30                  anormtab.h
     32                 anormtab.h 
Note: See TracChangeset for help on using the changeset viewer.