POV-Ray : Newsgroups : povray.binaries.animations : wripple (124k bup) : Re: wripple (124k bup) Server Time
20 Jul 2024 17:20:18 EDT (-0400)
  Re: wripple (124k bup)  
From: Remco de Korte
Date: 3 Feb 2001 06:33:46
Message: <3A7BEC8E.92E473FC@xs4all.nl>
Oopsie!

I accidentally posted the wrong isosurface from the wrong source. I just noticed
it now when I wanted to use it.

Here is the original (non optimized) code:

isosurface{
  function{
    y*(1
      +sin(x+z+sin(x)-clock*pi/8)
      *sin((x+z+cos(x)-clock*pi/8)*2)/2
      +sin(x*.75+z*.5+sin(x)-clock*pi/16)/4
      )
      *5
      +noise3d(x+z,y*2,z)/2
   } 
  threshold 1 sign 1
  bounded_by{ box{<-20,-12,-20><20,12,40>} }
  pigment{rgbt<.2,.7,1,.5>} 
//  pigment{rgb 1}
  finish{phong .7 phong_size 120 
  reflection .5 
  brilliance 4
  }           
}

Sorry,

Remco


Post a reply to this message

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