POV-Ray : Newsgroups : povray.general : Mesh rendering artifacts : Re: Mesh rendering artifacts Server Time
19 Apr 2024 13:06:17 EDT (-0400)
  Re: Mesh rendering artifacts  
From: Bald Eagle
Date: 1 Feb 2023 06:35:00
Message: <web.63da4e4e249f00761f9dae3025979125@news.povray.org>
"Tor Olav Kristensen" <tor### [at] TOBEREMOVEDgmailcom> wrote:

> Are you thinking of sorting and collecting all the vertices into
> a list of unique vertices ?
>
> If so, it would be an interesting challenge to simultaneously
> rearrange the colors and the normal vectors so that they are ordered
> correspondingly (or respectively ?) in their own lists.


Well, the idea was, given the "point cloud", and the fact that it's obviously
generated in a grid layout, then I should be able to sort by multiple fields -
x, then z.  That would all go into a 2D array.  And yes, the normals and colors
would go into the same array.


Post a reply to this message

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