[project @ 2000-10-03 18:25:28 by andy]
authorandy <unknown>
Tue, 3 Oct 2000 18:25:29 +0000 (18:25 +0000)
committerandy <unknown>
Tue, 3 Oct 2000 18:25:29 +0000 (18:25 +0000)
commit75a7e5ff20dbc3f3b583d31b4a1ff0b6a1459d49
treed4ecc2371db3b4e94b8c05bf9f4e0c95ed4e7c3f
parent49ddc1b81d98bfed558bef41a8fc76e9602c5f05
[project @ 2000-10-03 18:25:28 by andy]
Addding the Galois Connections ray tracer as an example for GHC.
18 files changed:
ghc/tests/programs/galois_raytrace/CSG.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Construct.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Data.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Eval.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Geometry.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Illumination.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Intersections.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Interval.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Main.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Makefile [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Misc.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Parse.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Pixmap.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Primitives.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/RayTrace.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/Surface.hs [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/galois.gml [new file with mode: 0644]
ghc/tests/programs/galois_raytrace/galois_raytrace.stdout [new file with mode: 0644]