POV-Ray : Newsgroups : povray.beta-test : isosurface changes : isosurface changes Server Time
31 Jul 2024 10:25:46 EDT (-0400)
  isosurface changes  
From: Sigmund Kyrre Aas
Date: 5 Sep 2001 06:41:19
Message: <d7tbptsuehnfm92j46nja3ofj1lhh5d0vo@4ax.com>
I see that contained_by has changed in such a way that the container
shows up at boundaries. I have a cylindrical object contained by a
box. Squares appear at the ends, whilst in Mega cylindrical ends are
traced. Feature or bug?


------
#declare kurvatur=.4*e;                                
#declare segmentL=.5;                                              
#declare Rad=0; 
isosurface {
    function { kurvatur*sqrt( cos(x/segmentL) )+y^2+z^2-Rad }
    threshold 1
    max_gradient 5.284
    accuracy 0.01
    contained_by{box{-<.79,1,1>,<.79,1,1>}}
    pigment { rgb 1 }
    finish {phong 0.5 phong_size 10}
    scale <1+e,1,1>*.5
   
}

-- 
ICQ 74734588


Post a reply to this message

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