POV-Ray : Newsgroups : povray.unofficial.patches : Isosurface contained_by{]-bug? : Isosurface contained_by{]-bug? Server Time
1 Sep 2024 14:29:46 EDT (-0400)
  Isosurface contained_by{]-bug?  
From: Marc-Hendrik Bremer
Date: 10 Apr 2001 14:03:38
Message: <3ad34afa@news.povray.org>
Hi!

I just noticed something strange - did not made much testing by now, but
perhaps someone can confirm this behaviour. I'm using MegaPov 0.6a. (Maybe
it's already fixed in 0.7?)
The following isosurface renders fine as it is.
But if I change the contained_by to box {<-14.5,1.3,30>,<0,1.5,6>} it
disappears

isosurface {
        function {(
                          ((x-5)*(x-5)+(z*z)/4-144)                    //
[12*12=144]
                        )
                       }
        method 2
        max_gradient 40
        max_trace 2
        accuracy 0.0025
        contained_by{box {<-14.5,1.5,30>,<0,1.3,6>}}

        texture{ T_Wood8
                   }
    }

My fault?

Marc-Hendrik


Post a reply to this message

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