16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 02:49:19 +02:00

3-axis rotation, and some corrections in editor mode

This commit is contained in:
Jano211
2023-08-11 21:22:46 +02:00
committed by Hirek
parent e228366c42
commit 8a204edaed
6 changed files with 152 additions and 30 deletions

View File

@@ -54,13 +54,13 @@ public:
enum edit_mode {
MODIFY,
COPY,
ADD
ADD,
BRUSH
};
edit_mode mode = MODIFY;
nodebank_panel( std::string const &Name, bool const Isopen );
void nodebank_reload();
void render() override;
void add_template(const std::string &desc);
const std::string* get_active_template();