POV-Ray : Newsgroups : povray.unofficial.patches : mega-newbie seeks mega-clue : mega-newbie seeks mega-clue Server Time
2 Sep 2024 00:15:57 EDT (-0400)
  mega-newbie seeks mega-clue  
From: Anton Sherwood
Date: 19 Aug 2000 15:24:12
Message: <399EE07F.65720247@pobox.com>
Why does this show nothing?


#declare PigFun = function {
                pigment {
                        granite
                        color_map { [0 rgb 0] [1 rgb 1] }
                        }
                }

isosurface {
        function { -PigFun + (sqr(x)+sqr(y)+sqr(z)) }
        contained_by { sphere { 0,2 }}
        pigment { rgb 1 }
        }


-- 
Anton Sherwood  --  br0### [at] p0b0xcom  --  http://ogre.nu/


Post a reply to this message

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