POV-Ray : Newsgroups : povray.newusers : Blobs functions : Blobs functions Server Time
29 Jul 2024 16:22:20 EDT (-0400)
  Blobs functions  
From: Oleguer Vilella
Date: 22 Jun 2005 04:14:34
Message: <42b91dea@news.povray.org>
Hi again,

Using this function:
======================================
#declare Blobs = function { f_blob2(x, y, z, 0.95, 4, 1.8, 1) }
isosurface {
function { Blobs(x, y, z) }
max_gradient 6
contained_by { sphere { 0, 9 } }
scale 2
rotate 75*y
translate <0, 0, 0>
pigment { color Blue }
}
======================================
I've here two blobs situated along the y axis. Is it anyway to give a 
texture to the first and then giving another texture and color to the other 
using the function?

Thanks in advance,
Oleguer


Post a reply to this message

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