POV-Ray : Newsgroups : povray.text.scene-files : Playing with blob... bug ??? Server Time
3 Jul 2024 02:57:03 EDT (-0400)
  Playing with blob... bug ??? (Message 1 to 1 of 1)  
From: Jérôme Grimbert
Subject: Playing with blob... bug ???
Date: 17 Aug 2001 03:38:35
Message: <3B7CCA89.790DA6B8@atosorigin.com>
#include "colors.inc"

camera { location <.75,1.5,2.6>
direction -2*z
up y
right 4/3*x
look_at <0.75,0,0>
//orthographic
}
global_settings { max_trace_level 30 ambient_light 1 } 
default{ finish { ambient 0.6 diffuse 0.4   } }
blob {
   threshold 0.6
   component 1.0, 1.0, <0.75, 0, 0>
   component 1.0, 1.0, <-0.375, 0.64952, 0>
   component 1.0, 1.0, <-0.375, -0.64952, 0>
   component 1.0, 1.0, <0.375+1.5, 0.64952, 0>
   component 1.0, 1.0, <0.375+1.5, -0.64952, 0>
   sturm
 pigment { Red }}
//pigment { tintin pigment { Red }, pigment { White } } }
background { Yellow }
light_source { <0,60,30>,1 }


Post a reply to this message

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