7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-27 00:26:13 +00:00
kicad/3d-viewer
John Beard 215533f31a Unify flip direction handling
There was a gentle mish-mash of booleans, some with
true being left/right and some up/down, and some functions that
can flip in both axes (which is never actually done, and doesn't
really make geometric sense).

Replace all this with the FLIP_DIRECTION enum class, which makes
the intention completely unambiguous.

This also then allows a small scattering of simplifications,
because everything takes the same type and you don't have to
fiddle booleans to fit.
2024-09-27 17:13:13 +01:00
..
3d_cache Expunge some boost libs from 3d cache 2024-09-06 10:32:50 -07:00
3d_canvas feature removal: remove Show Hidden Text 2024-09-19 15:41:44 -04:00
3d_model_viewer Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_navlib Protect dynamic_cast dereference 2024-08-26 06:50:44 -07:00
3d_rendering 3D viewer: fix some issues after layer numbering changes. 2024-09-12 09:50:00 +02:00
3d_viewer Reduce dependency on dynamic_cast. 2024-09-04 17:24:49 +01:00
common_ogl Support transparent background in 3D viewer PNG/clipboard export. 2024-02-29 17:11:53 +03:00
dialogs Unify flip direction handling 2024-09-27 17:13:13 +01:00
3d_fastmath.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_fastmath.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
3d_math.cpp Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
3d_math.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
3d_viewer_id.h 3d_viewer_id.h: minor fix. 2023-11-28 16:59:01 +01:00
CMakeLists.txt Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
credits.txt Fix various typos 2022-07-21 16:31:41 +00:00