POV-Ray : Newsgroups : povray.general : A modest proposal : Re: A modest proposal Server Time
29 Jul 2024 20:14:19 EDT (-0400)
  Re: A modest proposal  
From: Mark VandeWettering
Date: 24 Jul 1999 17:47:37
Message: <379a3479@news.povray.org>
Mark Wagner <mar### [at] gtenet> wrote in message
news:3779b282@news.povray.org...
> I just had an idea for an improvement to the POV-Ray scene language:
>
> Get rid of all the object keywords except blob, julia_fractal, and poly.

Another (more serious) suggestion would be to eliminate all the internal
object types in favor of a single highly optimized primitive (say
triangles).  You can still have the higher level primitives at the level of
the input language, but convert them (lazily, and perhaps with caching) into
triangles for the purpose of tracing.   Having a single underlying geometric
representation allows you to concentrate your effort on producing a highly
optimized set of routines that benefit all scenes.

Mark


Post a reply to this message

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