POV-Ray : Newsgroups : povray.binaries.images : Septic! (~52kbau) : Septic! (~52kbau) Server Time
3 Oct 2024 13:22:37 EDT (-0400)
  Septic! (~52kbau)  
From: TonyB
Date: 12 Jan 2000 20:20:26
Message: <387d285a@news.povray.org>
Here it is, the true septic in all its glory! A million thanks to both Ron
and Adam, especially Adam, without whose help this would not have been
possible. Enjoy.



//anthony bennett
//bennetts@panama.c-com.net
//http://welcome.to/TonyB

//8-12(01)2000

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

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

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

#declare D = 0.2;

isosurface
{
 function
  z^2*(z-1)^2*(z+1)^2+D*(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)
 method 2 max_gradient 100000 sign 1 threshold 0
 bounded_by {sphere {0,6}} scale 6
 pigment {rgb <2,3,1>/2.5}
 finish {specular .5 roughness 1/200}
 rotate x*70
 rotate -y*5
 rotate -z*10
}


Post a reply to this message


Attachments:
Download 'septic.jpg' (37 KB)

Preview of image 'septic.jpg'
septic.jpg


 

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