enricoturri1966
|
f504236734
|
Tech ENABLE_GIZMO_GRABBER_REFACTOR - Refactoring of GLGizmoBase::Grabber to have a single static instance of the cube and cone models to be shared by all grabbers
|
2022-04-14 15:15:14 +02:00 |
|
enricoturri1966
|
05efb88e3f
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL renamed as ENABLE_LEGACY_OPENGL_REMOVAL
|
2022-03-08 14:08:11 +01:00 |
|
Filip Sykala
|
0c40e2f8c8
|
Merge branch 'master' into fs_mouse
# Conflicts:
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.hpp
|
2022-02-08 10:43:29 +01:00 |
|
enricoturri1966
|
afcac6e2ea
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to:
1) allow for custom vertex data layout
2) allow for custom index data format
3) allow for any OpenGL primitive type
|
2022-01-27 12:00:51 +01:00 |
|
Filip Sykala
|
f23c356507
|
Merge branch 'dev' into fs_mouse
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoScale.cpp
# src/slic3r/GUI/Gizmos/GLGizmoScale.hpp
|
2022-01-20 09:25:06 +01:00 |
|
enricoturri1966
|
81edc7d752
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Gizmo scale grabber connections
|
2022-01-20 08:28:50 +01:00 |
|
enricoturri1966
|
0b6e2b4aec
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Gizmo move grabber connections
|
2022-01-19 15:08:59 +01:00 |
|
Filip Sykala
|
9a9c8213cb
|
Fix update order
|
2021-12-16 12:33:26 +01:00 |
|
Filip Sykala
|
03d0e36f2f
|
Merge branch 'dev' into fs_mouse
# Conflicts:
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoPainterBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.hpp
|
2021-12-14 11:13:42 +01:00 |
|
Filip Sykala
|
123903f317
|
Clean up GLGizmoManagaer
Clean up GLGizmoBase
|
2021-12-10 14:58:06 +01:00 |
|
enricoturri1966
|
e3d5cd445c
|
Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and mostly unused, to avoid wasting GPU memory. Use a shared GLModel for Gizmos inheriting from GLGizmoPainterBase. Initialization of GLModels moved from constructor to render methods
|
2021-12-10 11:28:12 +01:00 |
|
Filip Sykala
|
c751d6327d
|
Separate GizmoManager on_move into gizmo itself
|
2021-12-10 09:09:53 +01:00 |
|
enricoturri1966
|
b24488ce51
|
Tech ENABLE_SINKING_CONTOURS -> Sinking contours shown while dragging Move/Rotate/Scale gizmos and show contours for gizmo cut
|
2021-07-27 13:02:06 +02:00 |
|
Lukas Matena
|
97b7ef7dc0
|
Removed GLU calls from all the gizmos
|
2021-05-28 16:44:13 +02:00 |
|
Lukas Matena
|
b85de89751
|
Fixing Clang warnings 2
|
2021-02-08 17:52:29 +01:00 |
|
enricoturri1966
|
8a824bb8c2
|
Refactoring
|
2020-03-18 13:35:46 +01:00 |
|
enricoturri1966
|
a0ed240af1
|
Generate gizmos' tooltip on demand
|
2020-03-16 16:37:22 +01:00 |
|
Enrico Turri
|
dad09c737c
|
ENABLE_GIZMO_ICONS_NON_ACTIVABLE_STATE set as default
|
2020-01-17 10:34:32 +01:00 |
|
Enrico Turri
|
57d069bd0a
|
Some rework on layout of imgui dialogs
|
2019-12-11 15:30:25 +01:00 |
|
Enrico Turri
|
a7b12f97db
|
Gray icons for gizmos in disabled state
|
2019-12-09 15:21:18 +01:00 |
|
Enrico Turri
|
da1fa0b6e3
|
Refactoring of GLGizmosXX classes to cleanup their interface
|
2019-07-17 12:06:23 +02:00 |
|
Enrico Turri
|
cc70c8dff9
|
Tech ENABLE_SVG_ICONS set as default
|
2019-07-12 10:13:35 +02:00 |
|
Enrico Turri
|
80c1a8d8e4
|
GLCanvas3D::Selection as a standalone class
|
2019-03-19 13:30:21 +01:00 |
|
Lukas Matena
|
e813a562a1
|
Removed technology ENABLE_IMGUI
|
2019-03-18 11:45:15 +01:00 |
|
Lukas Matena
|
d3c8e3166e
|
Separated gizmos into individual files
|
2019-03-18 11:45:15 +01:00 |
|