]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/object.h
Do not render unplaced vehicles
[r2c2.git] / source / 3d / object.h
index 8b9353d06e4b5879445a04e1ab31f670e7f4f1af..d2cb911c5037a16a486ed3f139a8aca10f6f7475 100644 (file)
@@ -20,6 +20,7 @@ public:
        virtual ~Object3D() { }
 
        virtual Point get_node() const = 0;
+       virtual bool is_visible() const = 0;
 };
 
 } // namespace Marklin