1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 03:51:33 +02:00
ben-scans/solidify
Werner Almesberger 525e1557ec Use two faces and show how they overlap (in progress)
- solidify/face.h (face_z0): calculate height of z0 plane
- solidify/level.c (draw_image): use face_z0 instead of open-coding the
  calculation
- solidify/overlap.c (draw_image, point): moved per-point processing from
  draw_image() to point()
- solidify/overlap.c (point): show differences between both faces
- solidify/solidify.c (usage, main): load both faces
- solidify/solidify.c (usage, main): accept distance between faces as third
  argument
2010-09-24 00:43:56 -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 Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
face.h Use two faces and show how they overlap (in progress) 2010-09-24 00:43:56 -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 Use two faces and show how they overlap (in progress) 2010-09-24 00:43:56 -03:00
level.h The GUI can now switch among operations. 2010-09-23 23:18:46 -03:00
Makefile Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
overlap.c Use two faces and show how they overlap (in progress) 2010-09-24 00:43:56 -03:00
overlap.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solid.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solidify.c Use two faces and show how they overlap (in progress) 2010-09-24 00:43:56 -03:00
util.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00