POV-Ray : Newsgroups : povray.general : location dependant refractive index : Re: location dependant refractive index Server Time
30 Jul 2024 16:25:20 EDT (-0400)
  Re: location dependant refractive index  
From: feestje
Date: 3 Nov 2008 07:10:01
Message: <web.490ee8fda1a15775934be4af0@news.povray.org>
I made a version with loop. I believe it will work. only problem i heve is with
the lighting. I want to use a plane that emits light. This is the codeI am
using:

light_source
{ <0,0,0>, 1
  looks_like {
  plane {
     z, 1000
     pigment {
         color White  }
             finish {
          ambient 1 }

}  }}


it seems the only light production from this code is because of the ambient
statement.

is it even possible to have a plane emit light?

Regards, Ruud


Post a reply to this message

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