POV-Ray : Newsgroups : povray.newusers : Blobs : Re: Blobs Server Time
5 Sep 2024 18:18:34 EDT (-0400)
  Re: Blobs  
From: Sander
Date: 4 Feb 2000 15:32:19
Message: <389b3753@news.povray.org>
Hello Andrei,

I just wanted to say that it is not the custom in this ng to use HTML. Your
picture should appear in another (binary) ng.
On blobs there is nothing I could say to help...

--
Regards,
Sander


Andrei Rubina Thomaz <and### [at] vortexufrgsbr> schreef in berichtnieuws
389AD95A.F604ABD0@vortex.ufrgs.br...

problems, but, when I changed for POVRay, thetransition area between the
spheres had a gap.

blob.pov
#include "colors.inc"
camera

   location <0,0,-1.5>
   look_at <0,0,0>
   up <0,1,0>
   angle 30
//   resolution 250,250
//   aspect 1
   }
//background SkyBlue
light_source { <-15,30,-25>, color 0.6 * White  }
light_source { < 15,30,-25>, color 0.6 * White  }
object

    blob



    // threshold 0.6
        // quase se encostam blob_1.tga
        // sphere { <0.6725250, 0, 0>, 1.0, strength 1.0 }
        // sphere { <-0.6725250, 0, 0>, 1.0, strength 1.0 }

        // se enconstam (blob_2.tga)
        // sphere { <0.6725125, 0, 0>, 1.0, strength 1.0 }
        // sphere {<-0.6725125, 0, 0>, 1.0, strength 1.0 }

        //sphere { <0.67252, 0, 0>, 1.0, strength 1 }
        //sphere { <-0.67252, 0, 0>, 1.0, strength 1 }

        threshold 0.5
        sphere { <0.7, 0, 0>, 1.0, strength 1 }
        sphere { <-0.7, 0, 0>, 1.0, strength 1 }


        sturm 1.0

     texture

        pigment { color Red }
        finish

            ambient 0.1
           diffuse 0.8
           specular 1
           phong 0.7
          }
       }
     //rotate <0,30,0>
    }
}


Post a reply to this message

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