1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-22 23:26:27 +02:00
cae-tools/solidify
Werner Almesberger 12f5aa2188 Cleaned up POV-Ray file handling. New use: solidify -p project
- solidify/Makefile (pov, disp, main.pov): call the main POV-Ray file
  $(NAME).pov, not main.pov
- solidify/Makefile: generate $(NAME).inc
- solidify/solid.h, solidify/povray.c (povray_face, povray): accept file
  name as argument and write to the specified file instead of stdout
- solidify/povray.c (height_field): added file error handling
- solidify/povray.c (height_field, povray): removed useless matrix argument
- solidify/solidify.c (usage, main): new invocation "-p project" to generate
  POV-Ray output. Removed old isatty() hack.
- solidify/Makefile: updated to use solidify -p to generate POV-Ray output
2010-09-27 00:54:57 -03:00
..
array.c Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
array.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
face.c For convenience, record maximum Z size in the face structure. 2010-09-26 06:11:02 -03:00
face.h For convenience, record maximum Z size in the face structure. 2010-09-26 06:11:02 -03:00
histo.c Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
histo.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
level.c Added auxiliary projections to help mis-levelling with more confidence. 2010-09-26 12:57:10 -03:00
level.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
Makefile Cleaned up POV-Ray file handling. New use: solidify -p project 2010-09-27 00:54:57 -03:00
matrix.c Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
matrix.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
overlap.c Yet another overlap display correction. Avoid truncation on save-load cycle. 2010-09-25 06:43:21 -03:00
overlap.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
povray.c Cleaned up POV-Ray file handling. New use: solidify -p project 2010-09-27 00:54:57 -03:00
project.c Correct direction of x inclination of z0. 2010-09-26 19:24:53 -03:00
project.h Project description files can now begin with comment lines. 2010-09-26 06:11:02 -03:00
solid.h Cleaned up POV-Ray file handling. New use: solidify -p project 2010-09-27 00:54:57 -03:00
solidify.c Cleaned up POV-Ray file handling. New use: solidify -p project 2010-09-27 00:54:57 -03:00
style.c Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
style.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
template.pov Make new/run/pov/disp are now configurable when invoking make. 2010-09-26 20:11:57 -03:00
util.c Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00
util.h Initial commit. For older history, see project ben-scans. 2010-09-25 04:46:16 -03:00