X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2F3d%2Flayout.h;h=d1ec7c49f457b472b52adc1359f776ac8a156423;hb=dbaa67c30705a9993d2626cec588c7320f1eef17;hp=5964a04ed4ce0b1d8a6b43dc47170215ca146f8f;hpb=306c48b72ce73c9dd2d4ae7e066ab14da70ab11e;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index 5964a04..d1ec7c4 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -9,6 +9,7 @@ Distributed under the GPL #define R2C2_3D_LAYOUT_H_ #include +#include #include #include "libr2c2/layout.h" #include "catalogue.h" @@ -29,9 +30,9 @@ private: Catalogue3D catalogue; TrackMap tracks; VehicleMap vehicles; - Msp::GL::SimpleScene scene; + Msp::GL::InstanceScene scene; Msp::GL::SimpleScene ep_scene; - Msp::GL::SimpleScene path_scene; + Msp::GL::InstanceScene path_scene; public: Layout3D(Layout &);