]> git.tdb.fi Git - r2c2.git/commit
Split mesh generation from Track3D to TrackType3D
authorMikko Rasa <tdb@tdb.fi>
Fri, 19 Feb 2010 15:44:09 +0000 (15:44 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 19 Feb 2010 15:44:09 +0000 (15:44 +0000)
commit7e382cc3cad8c4f6945b0c9d89e2ca917b42b740
treea4652d189ced1b471515d927cb5501d9b208b5d5
parent446fa7ad737b431621be53a23360ea3bbe417fe5
Split mesh generation from Track3D to TrackType3D
Add a Catalogue3D to hold the TrackType3D objects
Better parametrization of track profile
Make track profile loadable from the catalogue file
Track colors and path rendering is non-funtional at the moment
13 files changed:
source/3d/catalogue.cpp [new file with mode: 0644]
source/3d/catalogue.h [new file with mode: 0644]
source/3d/layout.cpp
source/3d/layout.h
source/3d/track.cpp
source/3d/track.h
source/3d/tracktype.cpp [new file with mode: 0644]
source/3d/tracktype.h [new file with mode: 0644]
source/libmarklin/catalogue.cpp
source/libmarklin/catalogue.h
source/libmarklin/profile.cpp [new file with mode: 0644]
source/libmarklin/profile.h [new file with mode: 0644]
tracks.dat