POV-Ray : Newsgroups : povray.binaries.images : A special texture with circle : Re: A special texture with circle Server Time
18 Apr 2024 10:42:34 EDT (-0400)
  Re: A special texture with circle  
From: MichaelJF
Date: 24 May 2022 12:57:00
Message: <628d0e5c@news.povray.org>
Simply, I could not resist;)

isosurface {
    function { f_result2(x,y) }
    contained_by { sphere { <0,0,0>,5 } }
    threshold 0.75
    max_gradient 1000
    pigment { color Cyan }

    rotate <60,0,0>
    scale 5
}


Since the functions given by And are constant in direction z, with an 
isosurface the container will limit the functions in this direction. So, 
I thought a sphere would look better than a box as container.

Best regards
Michael


Post a reply to this message


Attachments:
Download 'andscircle.png' (541 KB)

Preview of image 'andscircle.png'
andscircle.png


 

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