POV-Ray : Newsgroups : povray.general : Color Separation Prism : Re: Color Separation Prism Server Time
29 Jul 2024 22:24:50 EDT (-0400)
  Re: Color Separation Prism  
From: Le Forgeron
Date: 9 Jul 2010 14:37:33
Message: <4c376c6d$1@news.povray.org>
Le 09/07/2010 19:21, AlexLens nous fit lire :
> This may be a trivial question, but I couldn't figure out a way to do it after a
> few searches.
> 
> Is it possible to pick off the red, green, and blue components of a light source
> and send them different directions.  Something like this:
> http://en.wikipedia.org/wiki/Three-CCD_camera
> 
> I can definitely see how you can reflect just one color at an interface, but not
> how you can reflect one component while the others pass through unaffected
> except for total light intensity.
> 

The model/computation in povray currently, as far as i know, does not
support the needed math from scratch.
So far, the ray is computed independently of the spectrum.
(the experiment on the wiki is using total internal reflection and
dichroic... we have total internal reflection, but for full ray, not for
a single frequency. Dichroic is a full other story by itself)

But have a look at optics.pov, from usual distribution: scenes/advanced
Adding some filtering mirrors (it's cheating) might solve the issue.


Post a reply to this message

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