POV-Ray : Newsgroups : povray.binaries.images : Bozo blob (23KB) : Re: Bozo blob (23KB) Server Time
19 Aug 2024 22:14:56 EDT (-0400)
  Re: Bozo blob (23KB)  
From: Halbert
Date: 8 Oct 2000 20:08:07
Message: <39e10c67$1@news.povray.org>
That's really lava-lampesque.

You can use a pigment function to define an isosurface.

#define pigfunc = funcion{pigment{bozo color_map{[0 rgb 1][1 rgb 0]}};

isosurface{
    function{pigfunc(x*xfactor,y*yfactor,z*zfactor)*Some_factor}
.
.
.
}


--


http://www.capital.net/~hhawkins


----------------------------------------------------------------------------
----


Post a reply to this message

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