World model is now operational

This commit is contained in:
2021-01-16 01:24:33 -05:00
parent d7d633bd96
commit 313e78067a
11 changed files with 313 additions and 188 deletions

View File

@@ -39,6 +39,7 @@ public:
HAS_XYZ = 2,
HAS_GRAPHIC = 4,
HAS_PLANE = 8,
HAS_EVERYTHING = 15,
};
private:
@@ -85,6 +86,10 @@ public:
void set_xyz(util::XYZ xyz);
void set_graphic(const std::string &g);
void set_plane(const std::string &p);
// Get the final resting place.
const std::string &get_plane() const;
const util::XYZ &get_xyz() const;
};
#endif // ANIMQUEUE_HPP