POV-Ray : Newsgroups : povray.advanced-users : mesh : mesh Server Time
29 Jul 2024 04:29:21 EDT (-0400)
  mesh  
From: Gena Obukhov
Date: 14 Jan 2003 03:13:33
Message: <3E23C546.2E4F6606@mail.com>
I have an array of triangles. How can I reuse it in mesh ?
The following code doesn't work as I would expected:

mesh {
    #local cnt = 0;
     #while(cnt < arraySize)
        MyArray[cnt]
        #local cnt = cnt + 1;
     #end
}

Gena.


Post a reply to this message

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