POV-Ray : Newsgroups : povray.advanced-users : SplineTree and MakeSnow : Re: SplineTree and MakeSnow Server Time
28 Jul 2024 12:28:16 EDT (-0400)
  Re: SplineTree and MakeSnow  
From: Zarkoff
Date: 16 Jan 2006 00:30:01
Message: <web.43cb2efaaa1544d1bac2de490@news.povray.org>
"Zarkoff" <zar### [at] yahoocom> wrote:
> I was trying to use Gilles Tran's MakeSnow macro on spline tree from
> splinetree.inc and it only covered the trunk, not the branches.
>
> Anyone else try this and run into same problem?
>
> If someone knows the solution you can save me some time.
>
> Here's some of the code I used:
>
> //--------------------------------
> .... big snip ...
> // Call the macro
> #declare daTree = splinetree(0,0)
>
>
> object {daTree}
>
> ... next snip ...
> //--------------------------------

Never mind, I figured it out quicker than I thought.

The cure is to put the spline tree call in a union, like this:

#declare daTree = union {splinetree(0,0)}

Well, now you won't make my mistake.


Post a reply to this message

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