1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 03:14:39 +02:00
ben-scans/solidify
Werner Almesberger 37e840fa77 Infrastructure for generating POV-Ray output (not useful yet)
- solidify/Makefile: added solid.o
- solidify/solid.h, solidify.c (height_field, povray): output the part as
  the intersection of two height fields
- solidify/solidify.c (main): generate POV-Ray output if stdout is
  redirected
- solidify/Makefile (run, pov, disp): targets to run a test setup, render
  it, and display the result
- solidify/main.pov: simple scene showing the test part
2010-09-24 06:37:12 -03:00
..
array.c Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
array.h Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
face.c Various coordinate transform corrections in overlap.c 2010-09-24 03:46:32 -03:00
face.h Various coordinate transform corrections in overlap.c 2010-09-24 03:46:32 -03:00
histo.c Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
histo.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
level.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
level.h The GUI can now switch among operations. 2010-09-23 23:18:46 -03:00
main.pov Infrastructure for generating POV-Ray output (not useful yet) 2010-09-24 06:37:12 -03:00
Makefile Infrastructure for generating POV-Ray output (not useful yet) 2010-09-24 06:37:12 -03:00
overlap.c Various coordinate transform corrections in overlap.c 2010-09-24 03:46:32 -03:00
overlap.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solid.c Infrastructure for generating POV-Ray output (not useful yet) 2010-09-24 06:37:12 -03:00
solid.h Infrastructure for generating POV-Ray output (not useful yet) 2010-09-24 06:37:12 -03:00
solidify.c Infrastructure for generating POV-Ray output (not useful yet) 2010-09-24 06:37:12 -03:00
style.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
style.h Overlapping now has an OSD, too. 2010-09-24 02:54:04 -03:00
util.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
util.h When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00