openscad/tests/regression/opencsgtest
Tim V. Shaporev b3a946bd92 fixup issue 593 2014-01-25 18:43:33 +04:00
..
2d-3d-expected.png Added minkowski and 2d-3d tests 2011-09-06 14:56:04 +02:00
arc-expected.png clamp to 3. Fixes #395 2013-06-08 02:12:06 -04:00
assign-tests-expected.png Added assign-tests 2011-09-07 22:56:39 +02:00
background-modifier-expected.png Updated tests to account for modifiers inside AbstractPolyNodes 2014-01-13 23:07:56 -05:00
bbox-transform-bug-expected.png Fixed CSG regression reported by Ed Nisley; bounding boxes are now transformed correctly 2011-12-23 14:33:40 +01:00
child-child-test-expected.png Refactored context handling into using separate Module contexts and Eval contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 2013-04-09 00:28:16 -04:00
child-tests-expected.png Further refactoring of scope/context mechanisms. Mostly related to the new FileContext class. Not quite there yet, but almost 2013-04-26 17:45:03 -04:00
circle-advanced-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
circle-double-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
circle-expected.png clamp to 3. Fixes #395 2013-06-08 02:12:06 -04:00
circle-small-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
circle-tests-expected.png Extend circle tests to cover the new diameter parameter. 2013-10-21 19:47:55 +02:00
color-tests-expected.png 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
control-hull-dimension-expected.png Ignore dimension when evaluating control modules mixed with geometry children. Fixes #229 2012-12-27 17:30:13 +01:00
cube-tests-expected.png Activated opencsgtest 2011-09-04 02:53:30 +02:00
cylinder-diameter-tests-expected.png Add cylinder tests to cover the new diameter parameters. 2013-10-21 19:47:55 +02:00
cylinder-tests-expected.png clamp to 3. Fixes #395 2013-06-08 02:12:06 -04:00
difference-2d-tests-expected.png Added mixed 2D and 3D object for difference tests 2013-12-28 17:11:56 -05:00
difference-tests-expected.png Added mixed 2D and 3D object for difference tests 2013-12-28 17:11:56 -05:00
disable-modifier-expected.png Added modifier tests. root modifier is still not working for cmd-line tools 2011-09-04 18:25:17 +02:00
ellipse-arc-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
ellipse-arc-rot-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
ellipse-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
ellipse-reverse-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
ellipse-rot-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
empty-shape-tests-expected.png Added test for empty geometry 2014-01-15 19:24:38 -05:00
example001-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example002-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example003-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example004-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example005-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example006-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example007-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example008-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example009-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example010-expected.png Updated expected files due to recently introduced bounding box changes 2011-12-28 13:35:54 +01:00
example011-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example012-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example013-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example014-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example015-expected.png Updated expected files due to recently introduced bounding box changes 2011-12-28 13:35:54 +01:00
example016-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example017-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example018-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example019-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example020-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example021-expected.png Updated expected files due to recently introduced bounding box changes 2011-12-28 13:35:54 +01:00
example022-expected.png expected files for example tests 2011-11-27 02:47:58 +01:00
example023-expected.png Added better example023 with test output. 2012-02-18 21:22:31 -05:00
example024-expected.png Added expected files for example024 2013-05-25 11:48:04 -07:00
for-nested-tests-expected.png Added for-nested-tests 2011-09-05 16:38:50 +02:00
for-tests-expected.png Update 'for' test cases to match the new range expression handling. 2013-11-11 01:38:34 +01:00
highlight-and-background-modifier-expected.png Modified tests for #304 2013-05-25 13:11:09 -04:00
highlight-modifier-expected.png Modified tests for #304 2013-05-25 13:11:09 -04:00
hull2-tests-expected.png bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting this bug. 2011-12-07 05:21:11 +01:00
hull3-tests-expected.png Added support for 3D object in the hull() module 2011-11-23 16:11:48 +01:00
ifelse-tests-expected.png Improved if-else test to include a multiple-children test 2013-06-01 16:11:15 -04:00
import_dxf-tests-expected.png Added test cases for issue #123 2012-06-04 11:22:09 +02:00
import_stl-tests-expected.png Support reading binary STLs which happen to start with the string 'solid'. Fixes #258 2013-01-28 17:58:36 -05:00
include-tests-expected.png bugfix: Nested use and included of files inside libraries was broken. Fixes #78 2012-02-02 23:11:54 +01:00
intersection-prune-test-expected.png Added test case for recently fixed csg normalization bugfix 2012-01-29 19:02:19 +01:00
intersection-tests-expected.png Change behavior of intersection: intersecting something with an empty object will be empty 2014-01-15 22:23:50 -05:00
intersection_for-tests-expected.png Added intersection_for-tests 2011-09-05 17:55:17 +02:00
issue495-expected.png Added testcase for #495 2014-01-02 17:07:34 -05:00
issue495b-expected.png Added another testcase for #495 2014-01-02 20:57:53 -05:00
issue541-expected.png Clarified test cases for #541 and #578 2013-12-30 01:48:46 -05:00
issue578-expected.png Added testcase for #578 2013-12-29 21:17:20 -05:00
issue578b-expected.png Renamed test belonging to #578, not #541 2013-12-30 01:40:50 -05:00
issue582-expected.png Added testcase for #582 2013-12-29 20:16:54 -05:00
issue584-expected.png Added testcase for #584 2013-12-30 01:23:14 -05:00
issue585-expected.png Added testcase for #585 2013-12-31 01:20:15 -05:00
issue591-expected.png Added testcase for #591 2014-01-05 12:44:53 -05:00
linear_extrude-scale-zero-tests-expected.png Added tests for linear extrude with scale. Should mostly fix #273 2013-05-21 21:26:51 -04:00
linear_extrude-tests-expected.png Updated tests 2013-12-26 18:31:38 -05:00
localfiles-compatibility-test-expected.png Search for included files first in the same location as the including module, then in the document root as a compatibility fallback. Fixes #217 2013-05-09 11:02:31 +02:00
localfiles-test-expected.png Fixes remaining dxfdim() issue from #217 2013-04-27 00:53:41 -04:00
lwpolyline-closed-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
lwpolyline-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
lwpolyline2-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
minkowski2-tests-expected.png Added test of minkowski2 with >2 children 2014-01-19 12:18:09 -05:00
minkowski3-tests-expected.png Added tests for minkowski with only one child 2014-01-18 18:29:35 -05:00
module-recursion-expected.png Refactored context handling into using separate Module contexts and Eval contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 2013-04-09 00:28:16 -04:00
modulevariables-expected.png Added test for inner module variables 2013-04-08 22:41:28 -04:00
multiple-layers-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
nothing-decimal-comma-separated-expected.png fixup issue 593 2014-01-25 18:43:33 +04:00
null-polygons-expected.png Reorganized some tests 2011-11-12 20:46:00 +01:00
polygon-concave-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-concave-hole-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-concave-simple-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-holes-touch-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-intersect-expected.png new test results (degenerate polygons produce output) 2013-01-08 05:06:26 +01:00
polygon-many-holes-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-mesh-expected.png new test results (degenerate polygons produce output) 2013-01-08 05:06:26 +01:00
polygon-overlap-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-riser-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygon-self-intersect-expected.png new test results (degenerate polygons produce output) 2013-01-08 05:06:26 +01:00
polygon-tests-expected.png Added mesh test 2013-12-15 20:15:01 -05:00
polygon8-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polygons-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
polyhedron-nonplanar-tests-expected.png Improved non-planar tests 2013-12-15 18:19:05 -05:00
polyhedron-tests-expected.png merging tests 2013-12-15 16:08:46 -06:00
primitive-inf-tests-expected.png bugfix: division by zero can cause malformed primitives 2014-01-13 20:49:55 -05:00
projection-cut-tests-expected.png Split projection tests into cut vs. project 2013-11-25 00:27:15 -05:00
projection-extrude-tests-expected.png Split up projection tests to avoid long running times 2013-11-20 01:27:46 -05:00
projection-tests-expected.png Split projection tests into cut vs. project 2013-11-25 00:27:15 -05:00
render-2d-tests-expected.png Added test for implicit union of render() children 2013-11-23 22:10:05 -05:00
render-tests-expected.png Bugfix: Attach a stencil buffer to the FBO, fixes some OpenCSG rendering bugs 2011-11-08 05:12:28 +01:00
resize-2d-tests-expected.png fix bug in 2d resize code 2013-09-12 19:44:07 -05:00
resize-tests-expected.png little tweaks, cleanups, tab fixing, eliminating comments 2013-09-12 20:03:27 -05:00
root-modifier-expected.png bugfix: root modifier now works with test apps 2011-09-04 18:53:09 +02:00
root-modifier-if-expected.png Fixed weakness in parser causing modifier characters not to work in front of 'if' statements. Fixes #197 2012-10-07 15:24:08 -04:00
rotate-empty-bbox-expected.png Testcase and fix for a problem transforming an empty bbox with very small numbers in a transformation matrix 2014-01-13 20:57:49 -05:00
rotate_extrude-tests-expected.png bugfix: #562 didn't take into account that it's allowed with all X coordinates being negative 2013-12-14 17:44:05 -05:00
rotate_extrude_dxf-tests-expected.png Added test for rotation of open polyline 2011-10-30 13:49:28 +01:00
scale2D-tests-expected.png bugfix: Fix crash bug when using zero scale factors. Reported by Alan Cox 2012-02-19 13:09:02 +01:00
scale3D-tests-expected.png bugfix: Fix crash bug when using zero scale factors. Reported by Alan Cox 2012-02-19 13:09:02 +01:00
sphere-tests-expected.png Extend sphere tests to cover the new diameter parameter. 2013-10-21 19:47:48 +02:00
square-tests-expected.png Activated opencsgtest 2011-09-04 02:53:30 +02:00
surface-simple-expected.png Added failing test for #336 2013-05-09 14:23:52 +02:00
surface-tests-expected.png Added surface-tests 2011-09-05 18:00:20 +02:00
testcolornames-expected.png Improved sphere tesselation for low resolution spheres 2011-12-13 01:24:53 +01:00
text-search-test-expected.png Test using search() and MCAD/fonts.scad 2012-02-15 00:10:36 -05:00
transform-insert-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
transform-nan-inf-tests-expected.png add images for tests 2012-08-21 02:47:45 +02:00
transform-tests-expected.png Fixed CSG regression reported by Ed Nisley; bounding boxes are now transformed correctly 2011-12-23 14:33:40 +01:00
triangle-with-duplicate-vertex-expected.png Added dxf test cases 2011-10-01 00:43:38 +02:00
union-tests-expected.png Activated opencsgtest 2011-09-04 02:53:30 +02:00
use-tests-expected.png bugfix: Nested use and included of files inside libraries was broken. Fixes #78 2012-02-02 23:11:54 +01:00