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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user