|
|
Tim Nikias <Tim### [at] gmxde> wrote:
: I do expect it to be a precision-problem, as bicubic-patches require
: cubic-functions,
: and on scale lower than 1, you easily run into the boundaries of POVs
: precision.
AFAIK there's no difference between scales smaller than 1 and bigger than
1 when dealing with floats. It just changes the sign of the exponent. The
precision of the mantissa doesn't change anywhere.
You have to go to scales smaller than something like 10^-30 in order to
reach serious precision limits.
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|