From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id EAA10625; Wed, 9 Jun 2004 04:51:29 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id EAA10595 for ; Wed, 9 Jun 2004 04:51:27 +0200 (MET DST) Received: from herd.plethora.net (herd.plethora.net [205.166.146.1]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i592pQSH021856 for ; Wed, 9 Jun 2004 04:51:27 +0200 Received: from bhurt.plethora.net (bhurt.plethora.net [205.166.146.49]) by herd.plethora.net (8.11.6/8.10.1) with ESMTP id i592pNG00484; Tue, 8 Jun 2004 21:51:23 -0500 (CDT) Date: Tue, 8 Jun 2004 21:57:11 -0500 (CDT) From: Brian Hurt X-X-Sender: bhurt@localhost.localdomain To: caml cc: ExtLib Subject: [Caml-list] RE: 3D Rendering pipeline In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Miltered: at concorde with ID 40C67B2E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; ignoring:01 flamefest:01 pipelines:01 extlib:01 sourceforge:01 iterated:01 tweaks:01 lazy:02 iterators:02 stl:03 usefull:03 redirect:95 mapping:05 rendering:06 rendering:06 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Ignoring the flamefest for a bit, I actually have a question for people who do 3D rendering pipelines. Over in Extlib (plug: http://sourceforge.net/projects/ocaml-lib/) we have "enumerators"- basically Java or C++ STL Iterators. Except that we have lazy mapping and filters- basically, as each element is iterated, all the currently applicable maps and filters are applied to it. So my question is: would this be a better paradigm to experiment with a graphics pipeline in? What other tweaks or features might make it more usefull? -- "Usenet is like a herd of performing elephants with diarrhea -- massive, difficult to redirect, awe-inspiring, entertaining, and a source of mind-boggling amounts of excrement when you least expect it." - Gene Spafford Brian ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners