POV-Ray : Newsgroups : povray.beta-test : Blob cylinder from insert menu : Blob cylinder from insert menu Server Time
31 Jul 2024 06:18:58 EDT (-0400)
  Blob cylinder from insert menu  
From: Nekar Xenos
Date: 7 Sep 2001 02:45:36
Message: <3b986d10@news.povray.org>
Parse Error; No matching } in 'cylinder', , found instead.

blob
{
  // threshold (0.0 < threshold <= StrengthVal) surface falloff threshold #
  threshold 0.6
  sphere { < 0.75,   0,    0>, StrengthVal, RadiusVal }
  sphere { <-0.375,  0.65, 0>, StrengthVal, RadiusVal }
  sphere { <-0.375, -0.65, 0>, StrengthVal, RadiusVal }
  cylinder { -z, +z, 0.1, StrengthVal, RadiusVal }
  // [sturm]
  scale 2
}


--
- Nekar


Post a reply to this message

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