POV-Ray : Newsgroups : povray.general : To Mike Williams on SweepMesh : Re: To Mike Williams on SweepMesh Server Time
1 Aug 2024 08:20:24 EDT (-0400)
  Re: To Mike Williams on SweepMesh  
From: Mike Williams
Date: 31 Dec 2005 19:22:41
Message: <4G+N+CAz5xtDFwoO@econym.demon.co.uk>
Wasn't it Greg M. Johnson who wrote:
>
>http://flickr.com/photos/pterandon/79904280/

Try this:

Change the size of the arrays

        #local Verts = array[(U+1)*(V+1)]
        #local Norms = array[(U+1)*(V+1)]
        #local UV    = array[(U+1)*(V+1)]

The length of the while loop

        #while (uu<=U)

And the information passed to BuildWriteMesh2

        BuildWriteMesh2(Verts, Norms, UV, V, U, Filename)


-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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