POV-Ray : Newsgroups : povray.general : What have I done? : What have I done? Server Time
13 Aug 2024 15:28:00 EDT (-0400)
  What have I done?  
From: Doug Finch
Date: 6 Aug 1998 12:56:24
Message: <35C9D649.7C64@despam-synapse.com>
Here it is paired down to a minimum. In the Sphere pigment, what does
the stand-alone "1" do? I can't figure it out in the Manuals. 

This is strange!

camera {
    location <0, 0, -2>
    look_at <0, 0, 0>
  }

  plane { z, 4
    pigment { checker color rgb 0, color rgb .3 }
    finish { ambient 1 diffuse 0 }
    scale 0.5
  }

  sphere { 0, .5
    pigment { rgb <0,0,0> 1}
  }


Post a reply to this message

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