POV-Ray : Newsgroups : povray.newusers : light_source : light_source Server Time
30 Jul 2024 06:28:30 EDT (-0400)
  light_source  
From: Oleguer Vilella
Date: 8 Sep 2004 13:35:42
Message: <413f42ee@news.povray.org>
Hello,

I'm traying to make this object more luminous. I'm using this lights because
I will put this object to an other scene and I need this lights.
I was searching on the help file and I found the "Spotlights", I trayed with
it, but it didn't work well.
The camera and the lights:
=================================
global_settings { assumed_gamma 2 }
background { color White }
camera { location <-10, 8, -19> look_at <0, 5, 0> }
light_source { <0, 33, 0> color White spotlight point_at <0, 0, 0> radius 50
falloff 20 tightness 0  }// My test.
light_source { <0, 19, 0> color rgb <0.5, 0.5, 0.5> }
light_source { <40, 25, 0> color rgb <1, 1, 1>
spotlight
point_at <0, 5, 0>
radius 20
falloff 20  }
================================
The object:
================================
#declare Reloj =
union {
  merge {
    box {<-5,0,-55>,<0,95,55>}
    cylinder{<-5,95,0>,<0,95,0>,55}
   pigment { color Green }
  scale 0.1}

difference {
    cylinder{<-10,95,0>,<20,95,0>,40}
    cylinder{<-11,95,0>,< 6,95,0>,36}
    pigment{color Black}
    finish {reflection 0.1 phong 0.3 phong_size 30}
  scale 0.1}
 }
object { Reloj rotate y*115 translate <0, 0, 0> }
================================
Thanks in advance,

Oleguer
http://www.infonegocio.com/oleguervm


Post a reply to this message

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