POV-Ray : Newsgroups : povray.advanced-users : Question3. Simple Raytracer : Re: Question3. Simple Raytracer Server Time
28 Jul 2024 18:24:03 EDT (-0400)
  Re: Question3. Simple Raytracer  
From: Gena
Date: 29 Apr 2004 02:35:33
Message: <4090a235@news.povray.org>
Sascha Ledinsky wrote:
> If you don't need reflections or refractions, a z-buffer approach might 
> be the better choice here because it's got no memory problems when 
> rendering zillions of triangles (as they are passed through the pipeline 
> one by one).

In my case there is no need in reflections and refractions
and I don't mind to use zBuffer if it provides realistic
result.

> If you need shadows, you could precompute shadow-maps for each 
> lightsource. For transparency, a modified z-buffer (which stores a list 
> of rgba-colors and z-values for each pixel) is needed. For the things 
> you described, Java3D or one of the Java OpenGL wrappers might have all 
> the features you're looking for - if not, I have written some Java code 
> that uses a zBuffer to render phong-shaded triangles (but without 
> transparency yet), just send me an email if you are interested in the code.

I'd like to refrain from using Java3D, JOGL etc. for now.
Does your program create triangles on the fly? Do you need
to sort them along Z axis?

> There's even a RenderMan compatible REYES renderer, written in Java, out 
> there - check out http://jrman.sourceforge.net

Thank you for the info.

Gena.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.