POV-Ray : Newsgroups : povray.beta-test : Additional (?) blob bug : Additional (?) blob bug Server Time
18 Apr 2024 18:38:54 EDT (-0400)
  Additional (?) blob bug  
From: QQ
Date: 7 Sep 2001 18:12:13
Message: <Xns9115B92CF7D8ACQ@204.213.191.226>
I've encountered a problem with the blob primative where blob components 
above a certain size disappear completely.  The code below demonstrates the 
problem.  With D=1, the scene renders correctly; with D=2 (blob size == 
400), Pov generates a blank image.

#local D = 2;
blob
{
    threshold 0.75
    sphere {<0,0,0>, 200*D, 1}
    pigment {rgb 1}
    sturm  //makes no difference
}

camera {location <0,0,750>*D look_at 0}
light_source {<0,0,750>*D color rgb 1}



HW: Win2K running on a Celeron 400 CPU with 128MB ram.


Post a reply to this message

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