POV-Ray : Newsgroups : povray.binaries.images : Septic? I don't think so... (~29kbau) : Septic? I don't think so... (~29kbau) Server Time
3 Oct 2024 15:13:29 EDT (-0400)
  Septic? I don't think so... (~29kbau)  
From: TonyB
Date: 11 Jan 2000 00:34:28
Message: <387ac0e4$1@news.povray.org>
Remember the "What is this?" post? Well, this is the result of parsing the
formula through isosurface. It doesn't look like a septic to me. What's

program to get it? Please, tell me POV has the power!

// septic

// anthony bennett
// 8-9(1)2000

background {rgb <0,1,2>/3}

camera
{
 location <1,1,-1>*10
 look_at 0
}

light_source {<1,2,-3>*10 1}

isosurface
{
 function
  z^2*(z-1)^2*(z+1)^2+.2*(x^7-21*x^5*y*2+35*x^3*y^4
 -7*x*y^6+7*x^6+21*x^4*y^2+21*x^2*y^4+7*y^6-56*x^4
 -112*x^2*y^2-56*y^4+112*x^2+112*y^2-64)
 bounded_by {sphere {0,7}}
 pigment {rgb <2,3,1>/3}
 finish {ambient 4/9}
 rotate x*90
}


Post a reply to this message


Attachments:
Download 'septic.png' (21 KB)

Preview of image 'septic.png'
septic.png


 

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