Go to file
Jonathan Westhues 248f74547e Add user interface to specify union/difference for extrudes, and
implement that. Also make solver work only between the first and
last visible group; earlier can just work from previous solve
result, and later don't matter.

There's some issues with the csg code; it will eventually produce
an open mesh, which is very bad. Not sure whether that's a logic
bug, or a numerical issue; still generating absurd triangles pretty
routinely.

[git-p4: depot-paths = "//depot/solvespace/": change = 1741]
2008-05-25 05:11:44 -08:00
obj This is my initial checkin for solvespace, a second attempt at 2008-03-25 02:02:13 -08:00
win32 Add double-sided extrudes, and user interface for that. Also put 2008-05-17 00:02:39 -08:00
Makefile Add polygon triangulation, by cheating. I'm using the gl tesselator 2008-05-22 02:28:28 -08:00
constraint.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
drawconstraint.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
dsc.h Add constructive solid geometry ops. These work to some extent, but 2008-05-19 01:23:49 -08:00
entity.cpp Add a workaround for OpenGL, which likes to tesselate with 2008-05-24 05:23:25 -08:00
expr.cpp Add transformed points and normals with a rotation (as well as a 2008-05-10 22:09:46 -08:00
expr.h Add transformed points and normals with a rotation (as well as a 2008-05-10 22:09:46 -08:00
file.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
font.table Add routines to draw a vector font (public domain Hershey Simplex 2008-04-11 03:13:47 -08:00
glhelper.cpp Add code to extrude a triangle mesh, and to perform Boolean ops on 2008-05-23 02:05:07 -08:00
graphicswin.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
mesh.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
polygon.cpp Make coplanar faces work properly, by implementing a 2d BSP on each 2008-05-24 02:34:06 -08:00
polygon.h Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
sketch.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
sketch.h Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
solvespace.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
solvespace.h Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
system.cpp Minor tweaks; and always go into the debugger after an oops(). 2008-05-17 15:21:02 -08:00
textwin.cpp Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
ui.h Add user interface to specify union/difference for extrudes, and 2008-05-25 05:11:44 -08:00
util.cpp Add polygon triangulation, by cheating. I'm using the gl tesselator 2008-05-22 02:28:28 -08:00