mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 20:03:44 +00:00
This was a seperate repository in CVS and so it missed the conversion.
benchmarks/
As above.
6 lines
292 B
Bash
Executable File
6 lines
292 B
Bash
Executable File
#!/bin/sh
|
|
# Here's a small example that I know works and doesn't take too long. It shows
|
|
# most of the features of the program, including intersecting polygons, phong
|
|
# shading, specular, lambertian and ambient shading.
|
|
./proj -f 100 -S -s 0.4 2 -a 0.1 dodec.scene 200 200 0 0 0 > dodec.ppm
|