Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 14, 2006, 10:37:08 AM (19 years ago)
Author:
bensch
Message:

trunk: splitted Texture and TextureData into two files.
Also fixed the Creator-Function for Textures with empty textures with size

File:
1 edited

Legend:

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

    r8186 r8363  
    1111                           primitive_model.cc \
    1212                           md2Model.cc \
    13                            material.cc \
    14                            texture.cc \
    15                            texture_sequence.cc \
    1613                           height_map.cc \
    17                            media_container.cc \
    18                            movie_player.cc \
    19                            \
    2014                           bsp_manager.cc \
    2115                           bsp_file.cc \
    2216                           bsp_tree_node.cc \
    23                            bsp_tree_leaf.cc
     17                           bsp_tree_leaf.cc \
     18                           \
     19                           material.cc \
     20                           texture.cc \
     21                           texture_data.cc \
     22                           texture_sequence.cc \
     23                           media_container.cc \
     24                           movie_player.cc
     25
    2426
    2527
     
    3739                primitive_model.h \
    3840                md2Model.h \
     41                anorms.h \
     42                anormtab.h \
     43                height_map.h \
     44                \
    3945                material.h \
    4046                texture.h \
     47                texture_data.h \
    4148                texture_sequence.h \
    42                 height_map.h \
    43                 anorms.h \
    44                 anormtab.h \
     49                \
    4550                media_container.h \
    4651                movie_player.h\
Note: See TracChangeset for help on using the changeset viewer.