POV-Ray : Newsgroups : povray.newusers : spotlight radius and falloff : spotlight radius and falloff Server Time
5 Sep 2024 18:19:09 EDT (-0400)
  spotlight radius and falloff  
From: Jerome Waters
Date: 5 Jan 2000 12:49:40
Message: <387313FF.29241650@mscsoftware.com>
Why is it that when I increase the radius and falloff of a spotlight at
a certain point well before 90 degrees the light appears the same;
version is 3.1g.watcom.win32.  It was my understanding that both radius
and falloff could range up to 90 degrees.


#version 3.1;

global_settings { assumed_gamma 2.2 }

camera {
  location <0, 1, -3>
  look_at  <0, 1, 0>
}

light_source {
  <-2, 1, 0>
  rgb 1
  spotlight
  point_at <-2, 1, 6>
  radius 60
  tightness 50
  falloff 65
}
light_source {
  <2, 1, 0>
  rgb 1
  spotlight
  point_at <2, 1, 6>
  radius 30
  tightness 50
  falloff 35
}

plane {
  z, 6
  hollow on
  pigment { rgb 1 }
}


Post a reply to this message


Attachments:
Download 'spot.jpg' (2 KB)

Preview of image 'spot.jpg'
spot.jpg


 

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