POV-Ray : Newsgroups : povray.newusers : What does it mean? : Re: What does it mean? Server Time
30 Jul 2024 06:20:36 EDT (-0400)
  Re: What does it mean?  
From: Hughes, B 
Date: 28 Aug 2004 23:15:21
Message: <41314a49$1@news.povray.org>
clipped_by { plane { x, 0 } plane { -z, 3.0 } }

Alone, this does nothing. Use in an object to subtract those planes from it, 
such as shown here:

sphere { 0, 4
    clipped_by {
        plane { x, 0 } plane { -z, 3.0 }
    }
    pigment {color rgb 1}
}

Also, texturing (pigment, etc.) is not allowed for the clipping object 
itself.


Post a reply to this message

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