Changeset 10033 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Dec 7, 2006, 3:05:27 PM (18 years ago)
- Location:
- trunk/src/lib/graphics/importer
- Files:
-
- 2 added
- 2 edited
- 10 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/Makefile.am
r9869 r10033 12 12 static_model.cc \ 13 13 static_model_data.cc \ 14 objModel.cc \15 14 resource_obj.cc \ 16 15 primitive_model.cc \ 17 16 height_map.cc \ 18 bsp_manager.cc \19 bsp_file.cc \20 bsp_tree_node.cc \21 bsp_tree_leaf.cc \22 17 \ 23 18 material.cc \ … … 29 24 movie_player.cc \ 30 25 \ 31 bsp_manager.cc \ 32 bsp_file.cc \ 33 bsp_tree_node.cc \ 34 bsp_tree_leaf.cc \ 26 obj/objModel.cc \ 27 \ 28 bsp/bsp_manager.cc \ 29 bsp/bsp_file.cc \ 30 bsp/bsp_tree_node.cc \ 31 bsp/bsp_tree_leaf.cc \ 35 32 \ 36 33 md2/md2Model.cc \ … … 60 57 static_model.h \ 61 58 static_model_data.h \ 62 objModel.h \63 59 resource_obj.h \ 64 60 primitive_model.h \ … … 76 72 movie_player.h\ 77 73 \ 78 bsp_manager.h \ 79 bsp_file.h \ 80 bsp_tree_node.h \ 81 bsp_tree_leaf.h \ 74 bsp/bsp_manager.h \ 75 bsp/bsp_file.h \ 76 bsp/bsp_tree_node.h \ 77 bsp/bsp_tree_leaf.h \ 78 \ 79 obj/objModel.h \ 82 80 \ 83 81 md2/md2Model.h \ -
trunk/src/lib/graphics/importer/resource_obj.h
r9869 r10033 9 9 10 10 #include "util/loading/resource.h" 11 #include "obj Model.h"11 #include "obj/objModel.h" 12 12 13 13 class ResourceOBJ : public StaticModel, public Resources::Resource
Note: See TracChangeset
for help on using the changeset viewer.