Last change
on this file since 6014 was
6010,
checked in by bensch, 19 years ago
|
orxonox/trunk: vertex_array_model implemented
|
File size:
852 bytes
|
Line | |
---|
1 | MAINSRCDIR=../../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXimporter.a |
---|
5 | |
---|
6 | libORXimporter_a_SOURCES = abstract_model.cc \ |
---|
7 | vertex_array_model.cc \ |
---|
8 | model.cc \ |
---|
9 | objModel.cc \ |
---|
10 | primitive_model.cc \ |
---|
11 | md2Model.cc \ |
---|
12 | material.cc \ |
---|
13 | texture.cc \ |
---|
14 | texture_sequence.cc |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | noinst_HEADERS = abstract_model.h \ |
---|
19 | vertex_array_model.h \ |
---|
20 | model.h \ |
---|
21 | objModel.h \ |
---|
22 | primitive_model.h \ |
---|
23 | md2Model.h \ |
---|
24 | material.h \ |
---|
25 | texture.h \ |
---|
26 | texture_sequence.h \ |
---|
27 | anorms.h \ |
---|
28 | anormtab.h |
---|
Note: See
TracBrowser
for help on using the repository browser.