POV-Ray : Newsgroups : povray.general : POV-Ray modeler and animation system: testers wanted : Re: POV-Ray modeler and animation system: testers wanted Server Time
1 Aug 2024 00:22:03 EDT (-0400)
  Re: POV-Ray modeler and animation system: testers wanted  
From: Warp
Date: 2 Jul 2006 02:24:17
Message: <44a76691$1@news.povray.org>
Hugo wrote:
>   - Native POV-Ray SDL import capability (see 
> http://www.bishop3d.com/ParserDetails.htm for an example)

   Not supporting meshes is a huge drawback, given that it's one
of the most used primitives in the world. Also they are rather easy
to parse (at least if there are no # directives nor anything else
strange involved) and create. The only difficulty when parsing a mesh
(vs. a mesh2) is how to join identical vertices into one (using a
weighted binary tree or a proper hash table will make it efficient).

   Preserving the order of transformations and textures should be
rather trivial to implement, so I recommend doing that too. It's not
nice to have a scene destroyed because the program cannot preserve
this order.


Post a reply to this message

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