POV-Ray : Newsgroups : povray.binaries.images : Re: Difficult simple image : Re: Difficult simple image Server Time
18 Aug 2024 20:13:09 EDT (-0400)
  Re: Difficult simple image  
From: Bill DeWitt
Date: 14 Mar 2001 18:54:50
Message: <3ab004ca$1@news.povray.org>
"Dan Johnson" <zap### [at] hotmailcom> wrote :
> I'm trying to make three hemispheres with different colors,

    This is what happened when I used both "filter" -and- "transmit".

////////////////  Sphere  ///////////
sphere  {
  < 0.0, 0.0, 0.0 >, 1
  texture {
           pigment { rgbft < 2.0, 0.0, 0.0, 0.5, 0.5 > }
          }
  translate < 0.66, 0.0, 0.0 >
  rotate    < 0.00, 0.0, 0.0 >
    }
///////////////////////////////end Sphere

////////////////  Sphere  ///////////
sphere  {
  < 0.0, 0.0, 0.0 >, 1
  texture {
           pigment { rgbft < 0.0, 2.0, 0.0, 0.5, 0.5 > }
          }
  translate < 0.66, 0.0, 0.0 >
  rotate    < 0.00, 120.0, 0.0 >
    }
///////////////////////////////end Sphere
////////////////  Sphere  ///////////
sphere  {
  < 0.0, 0.0, 0.0 >, 1
  texture {
           pigment { rgbft < 0.0, 0.0, 2.0, 0.5, 0.5 > }
          }
  translate < 0.66, 0.0, 0.0 >
  rotate    < 0.00, 240.0, 0.0 >
    }
///////////////////////////////end Sphere


Post a reply to this message


Attachments:
Download 'Color Wheel.jpg' (9 KB)

Preview of image 'Color Wheel.jpg'
Color Wheel.jpg


 

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