POV-Ray : Newsgroups : povray.newusers : Laser Light Source with Photons... : Re: Laser Light Source with Photons... Server Time
1 Jul 2025 10:50:06 EDT (-0400)
  Re: Laser Light Source with Photons...  
From: alphaQuad
Date: 18 Jul 2008 17:00:00
Message: <web.488102fef15fb2b65083b53c0@news.povray.org>
here's one to check out

adapt Blue Herrin's code like,

#declare reflector =
box {
  <-0.5, -4, -4>, <0, 4, 4>
  hollow
  pigment { rgbft <0,1,0,.1,.9> } //White }
  finish {
    reflection { 1 }
  }
  photons {
    target
    reflection on
    refraction on
  }
  rotate z * 45
  translate x * -9
}
object { reflector }


in place of current reflector, I dont know why I am see what I am seeing.
3 beams reflected and transmitted? well I really cant see it yet, very slow.

render center region with drag, low low res

next logical step experiment with prism shape , perhaps other shapes


Post a reply to this message

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