summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-04-12Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2011-04-12Added note about 2D only for hull()Marius Kintel
2011-04-10Added hull() and 2D minkowskiMarius Kintel
2011-04-10misc. fixes: Now supports hull() in OpenCSG mode, dump supports hull(), ↵Marius Kintel
convexity not needed for hull()
2011-04-10Added warning about missing 3D version of hull()Marius Kintel
2011-04-10indentationMarius Kintel
2011-04-10Merge branch 'master' into convex-hullGiles Bathgate
Conflicts: src/cgaladv_minkowski2.cc
2011-04-10Removed excessive debug outputMarius Kintel
2011-04-10Bugfix: Handling of input-file was not workingMarius Kintel
2011-04-10Updated test, you no longer need to union the ojects passed to hull.Giles Bathgate
2011-04-09Convex hull now works properly with multiple children that do not ↵Giles Bathgate
neccecerily need to be touching.
2011-04-09Slight improvement. You no longer need an arbitary shape in the script for ↵Giles Bathgate
it to work. See changes in testdata/scad/convex_hull.scad The square(2) was never rendered it was just there because the hull is calculated when it itterates onto the second child. I also removed the unneeded parameter.
2011-04-09Added test script for convex hull.Giles Bathgate
2011-04-09Basic implementation of convex hull for 2d polyhedra.Giles Bathgate
The code was provided to me by Len Trigg via email.
2011-04-09Merge branch 'minkowski2' into convex-hullGiles Bathgate
2011-04-092d Minkowski mostly workingLen Trigg
When the 2d minkowski was enabled the nef2p2 was bailing out too early. I added a simple p2nef2 based on what projection.cc was doing, and applied it to the outer_boundary of the polygon_with_holes_2. It now seems to work for simple scad code such as: minkowski() { translate([25,0,0]) square(20); circle(r=3); }
2011-04-08WIP adding support for convex hull operations.Giles Bathgate
2011-04-07syncMarius Kintel
2011-04-07Bugfix: Clamp and to 0.01 to fix a crashMarius Kintel
2011-04-06bugfix: no bounds checking on program_options in non-MDI modeMarius Kintel
2011-04-06forgot install name of boost_program_optionsMarius Kintel
2011-04-06Merge branch 'master' into windowsMarius Kintel
2011-04-06gdb: use our own librariesMarius Kintel
2011-04-06bugfix: check size of program options before indexingMarius Kintel
2011-04-06Readded -lmpfr for UnixMarius Kintel
2011-04-06gcc compile fixMarius Kintel
2011-04-06Updated to latest version of 3rd party libsMarius Kintel
2011-04-06Update from upstreamMarius Kintel
2011-04-06Some wishes from AdrianMarius Kintel
2011-04-06Small steps towards making this buildable on VS2008Marius Kintel
2011-04-06Windows compile fixunknown
2011-02-09Merge branch 'visitor' into pi-constantMarius Kintel
2011-02-05Dump number values with correct precision.Giles Bathgate
You might want to apply this patch so that the output of echo($pi) is not truncated.
2011-02-05Proof of concept implementation of builtin constants.Giles Bathgate
2011-02-05clarify boolean wishesMarius Kintel
2011-02-04suggestions for constantsMarius Kintel
2011-01-24update build filesmeta
2011-01-24compile fixes for parser and lexer under MSVCmeta
2011-01-22filenames are case sensitive on some filesystemsMarius Kintel
2011-01-22change C99 vla to heap allocated arraymeta
2011-01-22convert from getopt to boost::program_optionsmeta
2011-01-22Initial version of release checklistMarius Kintel
2011-01-21Merge branch 'meta23-master'Marius Kintel
2011-01-21Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2011-01-21Added support for specifying a VARIANT variableMarius Kintel
2011-01-21Merge branch 'master' of https://github.com/meta23/openscadmeta
Conflicts: openscad.pro
2011-01-21update qmake file for visual C++ buildsmeta
2011-01-21Update to actually used library versionskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@595 b57f626f-c46c-0410-a088-ec61d464b74c
2011-01-21Update to actually used library versionsMarius Kintel
contact: Jan Huwald // Impressum