Commit Graph

1729 Commits (44360abe09897fff43b0ee0a499a80652886e733)

Author SHA1 Message Date
Marius Kintel 85420b81b3 Added test case for nan occuring in exported STL files 2011-12-26 13:21:50 +01:00
Marius Kintel d91021746a Added test case for nan occuring in exported STL files 2011-12-26 13:21:29 +01:00
Marius Kintel 0d72f5a2d5 Updated documentation 2011-12-26 12:00:15 +01:00
Marius Kintel 686781d57f Minor doc clarification 2011-12-26 11:47:02 +01:00
Marius Kintel c4bffdaf37 Color overriding now works. The outermost color will win if multiple colors are specified for the same object 2011-12-26 00:38:03 +01:00
Marius Kintel 0bbfa9efb0 Modified eigen2 test to work for system-eigen2 and OPENSCAD_LIBRARIES without eigen2 2011-12-25 17:58:24 +01:00
Marius Kintel 1679a57240 Merge branch 'master' into buildfix 2011-12-25 17:44:06 +01:00
Marius Kintel 3e64e63b01 bugfix: Fixes flickering animation, reported by Don Bright 2011-12-25 17:29:36 +01:00
Marius Kintel 5db9bfc2ff Added test case for color override 2011-12-25 17:16:29 +01:00
don bright c5511b05ec find eigen2 when OPENSCAD_LIBRARIES is set in regression test build 2011-12-25 03:10:22 +01:00
Don Bright 1dfc184b73 make OPENSCAD_LIBRARIES not show a message for EIGEN2 include 2011-12-24 10:09:55 -06:00
Don Bright 750957fcac further improve eigen2 build message 2011-12-24 10:08:23 -06:00
Don Bright ac11243e99 cleanup eigen2 build, improve debug message 2011-12-24 10:06:54 -06:00
don bright 3c69b71128 fix boost qmake on 64-bit fedora where OPENSCAD_LIBRARIES has been set 2011-12-24 07:43:46 -08:00
don bright 9a1834bb86 boost fix for OPENSCAD_LIBRARIES and BOOSTDIR env vars usage 2011-12-24 16:39:34 +01:00
don bright a70715c309 fix eigen build on machine with system eigen + OPENSCAD_LIBRARIES without eigen 2011-12-24 07:22:18 -08:00
don bright b6d9a2368a fix build when system boost is mt and local boost is not mt 2011-12-24 16:09:43 +01:00
Don Bright 3572251a91 commit Marius' linalg.cc 2011-12-24 07:50:24 -06:00
Marius Kintel 10c9632686 Merge branch 'master' of github.com:openscad/openscad 2011-12-23 14:34:05 +01:00
Marius Kintel 9fa18d5392 Fixed CSG regression reported by Ed Nisley; bounding boxes are now transformed correctly 2011-12-23 14:33:40 +01:00
Marius Kintel 9d89cc6cf3 Added suggestion 2011-12-23 14:27:07 +01:00
Marius Kintel 03a2da9f4a Test case for recent CSG regression reported by Ed Nisley 2011-12-23 14:12:35 +01:00
Marius Kintel cd3d816f93 fix for recently introduced bug: If no actual image was generated, we failed to output the expected image 2011-12-23 13:57:34 +01:00
Marius Kintel 0a2267ce9a Merge pull request #45 from donbright/master
fixing intermittent crash bug
2011-12-22 04:47:35 -08:00
Don Bright 62fdb2431f fix crash bug 2011-12-22 06:36:27 -06:00
Marius Kintel 9c4efafc6e Update test case: Since we're now pruning the normalized tree, subtracted objects which don't touch won't be visible in thrown together mode. Use debug operators in such cases 2011-12-22 04:16:38 +01:00
Marius Kintel 8d5be2c524 Implemented CSG tree pruning - this should significantly improve performance of difficult models in OpenCSG preview mode 2011-12-22 04:12:15 +01:00
Marius Kintel d7ca192077 Removed old debug output 2011-12-22 04:09:52 +01:00
Marius Kintel 91d9d9c4b5 Added note about tree pruning 2011-12-21 22:47:00 +01:00
Marius Kintel 51c28e8a5b fix for normal fix: would fail in some extreme cases (e.g. if there are
components with very different orders of magnitude, as may happen when floating point errors fail to produce a 0)
2011-12-21 22:20:27 +01:00
Marius Kintel 2bfd2a379d CSG normalization bugfix 2011-12-21 21:59:28 +01:00
Marius Kintel 3e419ce318 bugfix: Sometimes, the CSG normalization created extremely large trees. Rewrote the algorithm based on the original Goldfeather paper. Fixes #44 2011-12-21 21:48:01 +01:00
Marius Kintel 5b1556e6ca Updated expected file for surface(center=true) bugfix 2011-12-21 20:44:36 +01:00
Marius Kintel 95c952c5fa Updated expected file for new sphere evaluation 2011-12-21 20:44:19 +01:00
Marius Kintel 16f644872f Added 2D render() test 2011-12-21 18:03:58 +01:00
Marius Kintel 6fd779c2be bugfix: render() statement containing only 2D geometry caused a crash 2011-12-21 18:03:23 +01:00
Marius Kintel bce8e22043 bugfix: surface() modules with center=true wasn't exactly centered in the XY plane 2011-12-21 17:43:30 +01:00
Marius Kintel 8d10aa2982 bugfix: surface() modules with center=true wasn't exactly centered in the XY plane 2011-12-21 17:43:01 +01:00
Marius Kintel 9113cf42d0 Handle missing expected files gracefully 2011-12-21 17:42:11 +01:00
Marius Kintel 0e59b194ab Expected files for surface-simple 2011-12-21 17:41:30 +01:00
Marius Kintel f707466580 simple surface test 2011-12-21 17:15:38 +01:00
Marius Kintel 8c31bac6c7 Patch to fix not-unitized normal vectors due to floating point calculations. Patch by Xyne. 2011-12-21 17:06:13 +01:00
Marius Kintel 1f6c0b6cdc Added suggestion to output console log to a file 2011-12-20 02:19:14 +01:00
Marius Kintel b18f3d2371 Note about include/use doc clarification 2011-12-19 21:33:09 +01:00
Marius Kintel 81e3eb4102 Minor Eigen namespace update 2011-12-19 19:49:52 +01:00
Marius Kintel 32a888c873 Merge branch 'master' of https://github.com/donbright/openscad into donbright-master 2011-12-19 19:42:13 +01:00
Marius Kintel bce7212b61 Added note about auto-generated documentation 2011-12-19 19:34:23 +01:00
Marius Kintel 54ea77bcc9 Added note about the bugfix 2011-12-19 16:57:55 +01:00
Marius Kintel 1d2c59184c Changed the default value of to 2 to avoid breaking existing scripts which assume a certain default tesselation behavior 2011-12-19 16:55:01 +01:00
Marius Kintel 80f50f0883 bugfix: The parameter yielded half as many segments as expected 2011-12-19 16:31:38 +01:00