View Single Post
Old 17th May 2007, 01:07 AM   #2
little_penguin
Member
Expert member
 
Join Date: Apr 2005
Location: Austria
Posts: 80
Default Re: Better "light" parameters

yep that would be nice

for povray u can add lights in object property dialog:
- create a simple object
- move it there where u want to have the lightsource, then u can use coordinates of object for the lightsource
- press F9, add something like this:

Code:
//the object wont be visible
no_shadow
no_reflection
no_image
}
light_source {
  <4, 5, 2>
  color White
  area_light <4, 0, 0>, <0, 0,4>, 5, 5
  adaptive 1
  jitter
 }
light_source {<1.6419, 2.1103, 0> color rgb < 1 1 1 >
shadowless
// no } here!
little_penguin is offline   Reply With Quote