summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-30Bugfix: Include of absolute paths to files in the root path weren't parsed ↵Marius Kintel
correctly; caused a '/' character to be written to stdout
2011-04-30dxf-export expected fileMarius Kintel
2011-04-29expected file for hull-testsMarius Kintel
2011-04-29typoMarius Kintel
2011-04-29expected file for minkowski-testsMarius Kintel
2011-04-29Added expected files for hull and string-testMarius Kintel
2011-04-29Added null-tests for hull and minkowskiMarius Kintel
2011-04-29Renamed to follow test naming schemeMarius Kintel
2011-04-29Added hull()Marius Kintel
2011-04-29bugfix: hull() was missing name() implementationMarius Kintel
2011-04-29Support test cases with space in the filenameMarius Kintel
2011-04-29bugfix: Cache output for non-existing files should be 0.0Marius Kintel
2011-04-28Added hull()Marius Kintel
2011-04-28Merge branch 'master' into visitorMarius Kintel
2011-04-28Merged with masterMarius Kintel
2011-04-28minkowski() and hull() tests from LenMarius Kintel
2011-04-28reset version to using date-tagMarius Kintel
2011-04-28Minor adjustmentsMarius Kintel
2011-04-27Updated version to 2011.04Marius Kintel
2011-04-19bugfix: 64-bit build of gmp was broken under Leopard, bumped to mpfr 3.0.1Marius Kintel
2011-04-18Added some notes/ideas on visual debugging inspired by Stuart YoungMarius Kintel
2011-04-13package mpfr and gmp with binaries - thanks GilesMarius Kintel
2011-04-13Changed circle calculation to match sphere tessellation; makes example022 ↵Marius Kintel
look better
2011-04-12Merge branch 'master' into sphere-cylMarius Kintel
2011-04-12Must specify both long and short optionsMarius Kintel
2011-04-12Run some testsMarius Kintel
2011-04-12bugfix: Pass short options to boost program_optionsMarius Kintel
2011-04-12Added bugMarius Kintel
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-07Merge remote branch 'gitorious/sphere-cylinder-optimisation' into sphere-cylMarius Kintel
2011-04-07syncMarius Kintel
2011-04-07Bugfix: Clamp and to 0.01 to fix a crashMarius Kintel
2011-04-07Fixed for when rings <= 0.Giles Bathgate
contact: Jan Huwald // Impressum