POV-Ray : Newsgroups : povray.binaries.images : ISO CGS issue : Re: ISO CGS issue Server Time
14 Aug 2024 13:24:30 EDT (-0400)
  Re: ISO CGS issue  
From: chaps
Date: 14 Oct 2002 05:57:28
Message: <3daa9508@news.povray.org>
Fast response time :o)

Many thanks, Christoph,

it works - even if it is a bit slow :o[

Thank you for posting all this work.

Chaps.

"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3DAA8FA1.FF0EA924@gmx.de...
>
>
> chaps wrote:
> >
> >
> > But I am in trouble using IC_Merge_Array. The code I try is:
> >
> > #declare SP4 = IC_Translate ( IC_Scale ( IC_Sphere ( <0, 0, 0 > , 1 ), <
0.5
> > , 1 , 0.2 > ), < 0.7 , -0.7 , 0 > )
> >
> > #declare SP_Array = array[12]
> >
> > #declare SP_Array[0] = SP4
> > [...]
>
> This does not work, SP4 is a function.  Try:
>
> #declare SP_Array[0] = function { SP4(x, y, z) }
>
> Christoph
>
> --
> POV-Ray tutorials, IsoWood include,
> TransSkin and more: http://www.tu-bs.de/~y0013390/
> Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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