POV-Ray : Newsgroups : povray.advanced-users : questions concerning camera and light : Re: questions concerning camera and light Server Time
29 Jul 2024 12:21:36 EDT (-0400)
  Re: questions concerning camera and light  
From: Kari Kivisalo
Date: 19 Mar 2002 11:29:37
Message: <3C9767CE.B38CE4B5@LuxLab.com>
I would use this setup for geometry visualisation. Unit object
at origin with pigment{rgb 1}.


#declare c=50;
light_source{<0,1,-1>*100  rgb<0.3,1,0.3>*1 shadowless rotate c*z}
light_source{<0,1,-1>*100  rgb<0.3,0.3,1>*1 shadowless rotate (120+c)*z}
light_source{<0,1,-1>*100  rgb<1,0.3,0.3>*1 shadowless rotate (240+c)*z }

camera {
  orthographic
  location -10*z
}

http://www.luxlab.com/3pt_light.jpg


_____________
Kari Kivisalo


Post a reply to this message

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