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