Skip to content

Commit

Permalink
old cubelong adjustement
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Aug 12, 2024
1 parent 565f079 commit d41bb48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all: $(povs) $(pngs)
rm film.ps

%.png: %.pov
povray Width=640 Height=480 +Q11 +A0.2 +I$< +FN +O$@ +ua
povray Width=640 Height=480 +Q11 +A0.2 +I$< +FN +O$@

%-hd.png: %.pov
povray Width=4000 Height=3000 +Q11 +A0.2 +I$< +FN +O$@ +ua
Expand Down
10 changes: 7 additions & 3 deletions cpp/examples/cubelong.pill
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
cube
custom_sizes
1.0 2.0 4.0
0.7071067811865476 1.0 1.0
simply_connected
triangulate
0.2
evolve
triangulate
0.2
0.1
evolve
camera
viewpoint
6 2 3
1.5 1 0.75
look_at
0.2 0 0
exit
write_ps
write_pov
quit

#
0.7071067811865476 1.0 1.0


# per l'output Postscript
camera
viewpoint
Expand Down

0 comments on commit d41bb48

Please sign in to comment.