mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add option to use neither node highlighting nor outlining
This commit is contained in:
parent
febd07fc0d
commit
018217f6b2
5 changed files with 26 additions and 14 deletions
|
@ -175,7 +175,11 @@ private:
|
|||
v3f m_selected_face_normal;
|
||||
|
||||
video::SMaterial m_selection_material;
|
||||
bool m_use_selection_mesh;
|
||||
|
||||
enum {
|
||||
HIGHLIGHT_BOX,
|
||||
HIGHLIGHT_HALO,
|
||||
HIGHLIGHT_NONE } m_mode;
|
||||
};
|
||||
|
||||
enum ItemRotationKind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue