POV-Ray : Newsgroups : povray.newusers : Why do I see something here: : Why do I see something here: Server Time
30 Jul 2024 16:16:51 EDT (-0400)
  Why do I see something here:  
From: Severi Salminen
Date: 2 Dec 2003 08:09:36
Message: <3fcc8f10$1@news.povray.org>
No light source, no ambient light, yet I see the plane. What am I 
missing? And if I take the ambient statement away, I still see it, but 
_less_. Very confusing.


#include"colors.inc"
#include"woods.inc"

camera {
     location <8, 3, 3>
     look_at  <0, 0,  0>
   }

plane {
     <0,1,0>,0
     texture {T_Wood3}
     finish  {ambient 0}
     }

Severi Salminen


Post a reply to this message

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