POV-Ray : Newsgroups : povray.general : rgbft 1; object and shadow white? : rgbft 1; object and shadow white? Server Time
8 Aug 2024 12:25:34 EDT (-0400)
  rgbft 1; object and shadow white?  
From: ingo
Date: 2 Jan 2001 14:42:06
Message: <Xns901DDD665seed7@povray.org>
How come that in the scene below the box with rgbft 1 is white and has a 
white shadow?

#version 3.1;
global_settings {assumed_gamma 1.0}
light_source {<500,500,-500> rgb 1}
camera {location<0,0,-5> look_at<0,0,0>}

box {
   <-2,-2,0>,<2,2,0.1>
   pigment {rgb 1}
}

box {
   <-1,-1,-1>,<1,1,-0.9>
   pigment {rgbft 1}
}

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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