POV-Ray : Newsgroups : povray.advanced-users : writing new "object type" : Re: M E S H... Server Time
30 Jul 2024 18:18:04 EDT (-0400)
  Re: M E S H...  
From: Chris Huff
Date: 27 Jun 1999 17:09:15
Message: <377693FC.D72A40D0@compuserve.com>
A mesh is simply a way of storing many triangles more efficiently.
Instead of #declaring a union of triangles, and having each copy use as
much memory as is needed to store the triangles(which can mean a lot of
memory with many triangles) you #declare a mesh, and copies of that mesh
only use enough memory to refer to that mesh.
In other words, a mesh is simply a union customized for storing large
numbers of triangles.


Post a reply to this message

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