kicad/3d-viewer
jean-pierre charras 7f64899591 specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines
inside the main board outlines.
specctra_export.cpp: always approximate arcs in outlines by 36 segm for 360 degrees,
even for arc angle which differs from 90 degrees.
90 degrees is the default when creating an arc, but the arc value can be edited and have any value between 0 and 360 degrees.
Previously, 9 segments were used regardless the arc angle.
2013-10-13 18:47:11 +02:00
..
dialogs 3D-viewer: minor fixes and enhancements 2013-10-07 16:50:23 +02:00
3d_aux.cpp Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields). 2013-08-28 09:23:14 +02:00
3d_canvas.cpp specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines 2013-10-13 18:47:11 +02:00
3d_canvas.h All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List. 2013-05-03 19:51:10 +02:00
3d_class.cpp 3D-viewer: code cleanup. 2012-08-21 12:45:54 +02:00
3d_draw.cpp specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines 2013-10-13 18:47:11 +02:00
3d_draw_basic_functions.cpp 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function) is now used to create the 3D body of the board. 2013-10-04 10:42:09 +02:00
3d_draw_basic_functions.h Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode. 2013-10-07 13:51:08 +02:00
3d_frame.cpp 3D-viewer: minor fixes and enhancements 2013-10-07 18:39:39 +02:00
3d_read_mesh.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00
3d_struct.h Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields). 2013-08-28 09:23:14 +02:00
3d_toolbar.cpp 3D-viewer: minor fixes and enhancements 2013-10-07 18:39:39 +02:00
3d_viewer.h 3D viewer: fix Bug #1183581 (pcbnew 3D viewer: recent UI inconsistency ) 2013-05-25 11:01:44 +02:00
3d_viewer_id.h Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode. 2013-10-07 13:51:08 +02:00
CMakeLists.txt Lay basis for a more full featured usage of boost, including compiled libraries such as unit_test_framework, system, etc. Move headers now into boost_root/include/boost/. 2013-08-20 13:03:21 -05:00
info3d_visu.cpp 3D-viewer: minor fixes and enhancements 2013-10-07 16:50:23 +02:00
info3d_visu.h 3D-viewer: minor fixes and enhancements 2013-10-07 16:50:23 +02:00
modelparsers.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
trackball.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
trackball.h Use double instead float when possible, ande code cleaning. 2008-10-30 10:55:46 +00:00
vrmlmodelparser.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00
x3dmodelparser.cpp Fix X3D patch commit coding policy issues. 2013-03-28 12:51:22 -04:00