POV-Ray : Newsgroups : povray.binaries.images : Septic? I don't think so... (~29kbau) : Re: Septic? I don't think so... (~29kbau) Server Time
3 Oct 2024 15:10:51 EDT (-0400)
  Re: Septic? I don't think so... (~29kbau)  
From: SamuelT 
Date: 11 Jan 2000 23:08:36
Message: <387C004F.87E0AF48@aol.com>
Sorry, I can't view png files :(

TonyB wrote:

> 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
> }
>
>                  Name: septic.png
>    septic.png    Type: application/x-unknown-content-type-PaintShopPro
>              Encoding: x-uuencode

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial: http://members.aol.com/stbenge


Post a reply to this message

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