POV-Ray : Newsgroups : povray.general : Suggestion : Suggestion Server Time
11 Aug 2024 03:23:38 EDT (-0400)
  Suggestion  
From: Larry Fontaine
Date: 17 Sep 1999 21:25:47
Message: <37E2E85B.1FB0AA21@isd.net>
The POV macro feature is very useful, for recursion and commonly used
shapes, and saves time and code. The POv language is becoming more like
a programming language than a scene-description language. However, there
are limits to this language, first of all it is interpreted, secondly it
does not have many features of a normal programming language. I'm not
saying the POV-team should make a C++ compiler out of POV. My suggestion
is simply this: I think theres should be an integer variable type in
POV, it would take less memory than floats for many macro operations.
Also there should be some bit-fiddling functions for these, they would
be very useful for many operations, avoiding the int(mod(byte/4,2)) kind
of things that are cumbersome in both coding and parsing. Of course I
realize that POV is totally free and all, so if it's too much to ask,
fine.


Post a reply to this message

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