POV-Ray : Newsgroups : povray.general : [feature idea] blob pattern : Re: [feature idea] blob pattern Server Time
19 Apr 2024 00:21:48 EDT (-0400)
  Re: [feature idea] blob pattern  
From: ingo
Date: 13 Jul 2022 01:48:27
Message: <XnsAED34F6A73994seed7@news.povray.org>
in news:web.62cdd6fe9db63f2b864166f75d51d79c@news.povray.org jceddy wrote:

> strength * pow((1 - pow((distance / radius), 2), 2)
> 

strength * pow((1 - pow((min(radius, distance) / radius), 2), 2)

But yes. That's it. I just used brute force (using Nim).
By limiting the radius (max 1.5 cell ~2.6) and strength one can probably 
limit the amount of cells/blobs to sum to 48(?)

ingo 

-- 
https://ingoogni.nl


Post a reply to this message

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