POV-Ray : Newsgroups : povray.general : Blobs help : Re: Blobs help Server Time
30 Jul 2024 16:25:40 EDT (-0400)
  Re: Blobs help  
From: Dan Connelly
Date: 10 Nov 2008 20:26:27
Message: <4918DF43.1030001@yahoo.com>
S
>> #declare fn_A =
>>    function {
>>      pow(x/Scene_scale+1/2,2) +
>>      pow(y/Scene_scale+1/2,2) +
>>      pow(z/Scene_scale+1/2,2) -
>>      1 };
>>
>> etc?
> 
> Could you please explain why?
> 
> -Mike
> 

So the function "spreads out" as the multiplication factor changes, but that the value
at a given scaled value of (x,y,z) doesn't change.


Post a reply to this message

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