[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-05 (10:50) |
From: | Richard Jones <rich@a...> |
Subject: | Re: [Caml-list] 3D vector libs for OCaml? |
On Tue, Jan 04, 2005 at 09:08:17PM +0000, Jon Harrop wrote: > On Tuesday 04 January 2005 14:47, Richard Jones wrote: > > I'm looking for a 3D vector library for OCaml. In particular I'm > > interested in: > > > > * points, rays, vectors, surfaces > > * intersection of sphere and ray, surface and ray, etc. > > Sounds like ray-tracing territory. IIRC there was an ocaml > ray-tracer entry to one of the old ICFP contests. I suspect the > source is available and should fill many of those holes. Thanks - I found the source to the ray tracer (http://caml.inria.fr/icfp00-contest/) which is very useful. > Will this be performance critical? I'm just messing around with some 3D scene stuff ... Rich. --