POV-Ray : Newsgroups : povray.programming : Which code evaluate Math functions (ie: isosurfaces) ? : Re: Which code evaluate Math functions (ie: isosurfaces) ? Server Time
6 May 2024 03:49:32 EDT (-0400)
  Re: Which code evaluate Math functions (ie: isosurfaces) ?  
From: virtualmeet
Date: 31 Jan 2007 10:45:01
Message: <web.45c0b870f1edfe3e6e42da040@news.povray.org>
"virtualmeet" <tah### [at] yahoofr> wrote:
>     l=0;
>     for(i=0; i<8; i++)
>        for(j=0; j<8; j++)
>           for(k=0; k<8; k++)
>                 NewStack[l++]  = cosfctxT[i+StartI];

Correction :
-----------------------------------------------------
     l=0;
     for(i=0; i<4; i++)
        for(j=0; j<4; j++)
           for(k=0; k<4; k++)
                 NewStack[l++]  = cosfctxT[i+StartI];
------------------------------------------------------

That's because I'm using an extraordinary 512=8x8x8 version :)...
Taha


Post a reply to this message

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