Commit Graph

1044 Commits (c6209f15b70f743bace2bf21e2801b9e5238ada8)

Author SHA1 Message Date
Marius Kintel ab52524936 Non-affine matrix issue reported by Len Trigg 2011-05-19 11:47:24 +02:00
Giles Bathgate a878f3773d Use QPoint instead of seperate x and y mouse vars. 2011-05-14 22:29:45 +01:00
Giles Bathgate 9eff0b4bdb All this matrix math is very clever, but if you translate before you rotate, I think its redundant. 2011-05-14 21:20:55 +01:00
Giles Bathgate ccaf10dcc6 Reduce multiple divisions by 10, and move similar code into single function. 2011-05-14 20:47:17 +01:00
Giles Bathgate b11865d5ce Some fixes to previous commit, and simplified normalisation. 2011-05-14 19:57:12 +01:00
Giles Bathgate b269b5733b Move perspective setup into resize function, still needs to be called in paint when displaying axes. 2011-05-14 17:10:22 +01:00
Giles Bathgate f698f2ad7e Move light setup code out of paint method and into init. 2011-05-14 16:43:43 +01:00
Marius Kintel 50e59e94e2 Reorganized regression test folders 2011-05-01 00:40:57 -04:00
Marius Kintel 75c06de2db expected file for include-test 2011-05-01 00:04:10 -04:00
Marius Kintel f90e60fadb Bugfix: Include of absolute paths to files in the root path weren't parsed correctly; caused a '/' character to be written to stdout 2011-04-30 11:12:06 -04:00
Marius Kintel 1a9e3e7ca5 dxf-export expected file 2011-04-29 20:11:09 -04:00
Marius Kintel 40cf4dab4c expected file for hull-tests 2011-04-29 12:04:55 -04:00
Marius Kintel 869864678e typo 2011-04-29 12:02:54 -04:00
Marius Kintel ffc2af4996 expected file for minkowski-tests 2011-04-29 12:02:33 -04:00
Marius Kintel 61ff6591ed Added expected files for hull and string-test 2011-04-29 11:55:36 -04:00
Marius Kintel f3fd261296 Added null-tests for hull and minkowski 2011-04-29 11:18:34 -04:00
Marius Kintel 97a57a363f Renamed to follow test naming scheme 2011-04-29 11:18:10 -04:00
Marius Kintel 305558970a Added hull() 2011-04-29 11:17:48 -04:00
Marius Kintel 580f41b47a bugfix: hull() was missing name() implementation 2011-04-29 11:17:33 -04:00
Marius Kintel 6c2fa831bd Support test cases with space in the filename 2011-04-29 11:07:10 -04:00
Marius Kintel a0a20d2014 bugfix: Cache output for non-existing files should be 0.0 2011-04-29 11:06:46 -04:00
Marius Kintel f13c1c6343 Added hull() 2011-04-28 17:49:38 -04:00
Marius Kintel c66f8c7b35 Merge branch 'master' into visitor 2011-04-28 17:37:07 -04:00
Marius Kintel 2f740380dc Merged with master 2011-04-28 17:36:56 -04:00
Marius Kintel 9ca6f0dedf minkowski() and hull() tests from Len 2011-04-28 17:35:28 -04:00
Marius Kintel eb16c3ea56 reset version to using date-tag 2011-04-28 10:58:19 -04:00
Marius Kintel 6b14e9a169 Minor adjustments 2011-04-28 09:53:58 -04:00
Marius Kintel 45e80489f8 Updated version to 2011.04 2011-04-26 20:58:37 -04:00
Marius Kintel 1f51e279d8 bugfix: 64-bit build of gmp was broken under Leopard, bumped to mpfr 3.0.1 2011-04-19 04:54:56 +02:00
Marius Kintel 5247962554 Added some notes/ideas on visual debugging inspired by Stuart Young 2011-04-18 13:07:54 +02:00
Marius Kintel 6839bc42eb package mpfr and gmp with binaries - thanks Giles 2011-04-13 20:20:53 +02:00
Marius Kintel 8c95ac4462 Changed circle calculation to match sphere tessellation; makes example022 look better 2011-04-13 14:30:55 +02:00
Marius Kintel 95c2fdcabf Merge branch 'master' into sphere-cyl 2011-04-12 22:44:26 +02:00
Marius Kintel c8dd96b76f Must specify both long and short options 2011-04-12 22:37:49 +02:00
Marius Kintel 0545f0ef81 Run some tests 2011-04-12 22:37:36 +02:00
Marius Kintel df5b742169 bugfix: Pass short options to boost program_options 2011-04-12 21:51:45 +02:00
Marius Kintel 4853111f82 Added bug 2011-04-12 20:43:57 +02:00
Marius Kintel d24b3cc84d Ported recent changes to master into the visitor branch 2011-04-12 20:35:44 +02:00
Marius Kintel 1754a970a7 Merge branch 'master' of github.com:openscad/openscad 2011-04-12 17:51:45 +02:00
Marius Kintel a3cfe9e6d7 Added note about 2D only for hull() 2011-04-12 17:48:57 +02:00
Marius Kintel 46c3ef4ed4 Added hull() and 2D minkowski 2011-04-11 01:52:26 +02:00
Marius Kintel b6e9179e48 misc. fixes: Now supports hull() in OpenCSG mode, dump supports hull(), convexity not needed for hull() 2011-04-11 01:51:16 +02:00
Marius Kintel 3fbadddeac Added warning about missing 3D version of hull() 2011-04-11 01:48:09 +02:00
Marius Kintel 06cc8b1d58 indentation 2011-04-11 01:47:06 +02:00
Giles Bathgate 6cce430eed Merge branch 'master' into convex-hull
Conflicts:
	src/cgaladv_minkowski2.cc
2011-04-11 00:18:17 +01:00
Marius Kintel 0c1b1f4e22 Removed excessive debug output 2011-04-10 17:41:54 +02:00
Marius Kintel 5739d33cd5 Bugfix: Handling of input-file was not working 2011-04-10 17:41:32 +02:00
Giles Bathgate cdc4574a9c Updated test, you no longer need to union the ojects passed to hull. 2011-04-10 10:10:42 +01:00
Giles Bathgate ded6d3b1b4 Convex hull now works properly with multiple children that do not neccecerily need to be touching. 2011-04-09 20:27:08 +01:00
Giles Bathgate 5d5c745fde Slight improvement. You no longer need an arbitary shape in the script for 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-09 17:53:19 +01:00