POV-Ray : Newsgroups : povray.bugreports : f_heart Server Time
16 Apr 2024 03:58:06 EDT (-0400)
  f_heart (Message 1 to 1 of 1)  
From: werner n
Subject: f_heart
Date: 10 Mar 2010 05:30:01
Message: <web.4b9773ab2e1c2878877dd06b0@news.povray.org>
f_heart has a little crease at its equator.

I figured out that at least PovRay 3.7 has no crease with:

isosurface {
  function { (2*x*x+ y*y+ z*z- 1) - pow((x*x/10 + y*y),1/3) * z  }
        accuracy 0.001
        max_gradient 5
        contained_by{sphere{0,1.5}}
        pigment {rgb .9*x}
        finish {phong 0.5 phong_size 10}
}

:-) please include in further versions of povray


Post a reply to this message

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