Hello cafe,<div><br></div><div>While I was studying for my computer graphics test I have tomorrow I realized that maybe some of the major problems I&#39;ve read so far about Radiosity Rendering Algorithms may be reduced significantly if it was implemented in Haskell and taking advantage of the lazy evaluation so that only what can be seen from the viewer&#39;s perspective point of view is calculated, and the rest of the scene just remains as thunks waiting for them to be calculated in case they are needed.</div>

<div><br></div><div>I guess that probably most of the people on this list doesn&#39;t really work on the computer graphics area, but if anybody out there actually does I&#39;d really like if he or she could explain me more of why what I&#39;m saying could be really useful and what has already been done (or why I&#39;m so lost that I&#39;m probably gonna fail my exam tomorrow hahaha)...</div>

<div><br></div><div>One of the things I&#39;m studying is the Monte Carlo Radiosity Methods which takes advantages of non-determinism to create stochastic algorithms, I guess this is more difficult to implement in Haskell, please if you know any of this Monte Carlo Methods for Radiosity Algorithms share that knowledge with me (and the list).</div>

<div><br></div><div>Thank you,</div><div><br></div><div>Hector Guilarte</div>