POV-Ray : Newsgroups : povray.newusers : Laser Light Source with Photons... : Re: Laser Light Source with Photons... Server Time
1 Jul 2025 17:51:48 EDT (-0400)
  Re: Laser Light Source with Photons...  
From: alphaQuad
Date: 18 Jul 2008 17:00:00
Message: <web.4881043ff15fb2b65083b53c0@news.povray.org>
light source went from red to green, i forgot to say


light_source {
  x * 30, Green * 10
  cylinder
  point_at x * 24
  radius 0.1
  falloff 0.5
  tightness 0.25
  photons {
    reflection on
    refraction on
  }
}


and I am looking straight on


camera {
  location <0, 0, -25>
  up y
  right x * image_width/image_height
  look_at 0
  translate x * -9
}


Post a reply to this message

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