kicad/3d-viewer
Jon Evans b11e315d10 Refactor DIMENSION to hide internal details; add some new properties
This is a board file format change to account for the new properties.
Also, we now only store the critical information about the dimension's
geometry in the board, rather than storing every drawn line.

The DIMENSION object is now an abstract base, and ALIGNED_DIMENSION
is the implementation that exists today (we will add more dimension
types in the future)
2020-09-11 21:12:36 -04:00
..
3d_cache Delete 3D cache files with GUI settable number of days 2020-08-09 10:41:45 +00:00
3d_canvas Refactor DIMENSION to hide internal details; add some new properties 2020-09-11 21:12:36 -04:00
3d_model_viewer 3D-Viewer: implements opacity property for 3D models 2020-05-08 21:28:16 +00:00
3d_rendering Clean up arc/circle polygonization. 2020-09-11 11:23:49 +01:00
3d_viewer 3D-Viewer: Parameterize sampling options 2020-09-04 15:12:01 +00:00
common_ogl Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
3d_enums.h Migrate more 3d viewer actions to the tool framework 2020-08-16 19:10:25 +00:00
3d_fastmath.cpp
3d_fastmath.h
3d_math.cpp
3d_math.h
3d_plugin_dir.h.in
3d_viewer_id.h Migrate more 3d viewer actions to the tool framework 2020-08-16 19:10:25 +00:00
CMakeLists.txt Implement a framework to handle wxUpdateUIEvents for tool actions 2020-08-16 19:10:25 +00:00
credits.txt