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