POV-Ray : Newsgroups : povray.unofficial.patches : hack on MegaPov dat_nd functions? Server Time
2 Sep 2024 16:21:15 EDT (-0400)
  hack on MegaPov dat_nd functions? (Message 1 to 1 of 1)  
From: david sharp
Subject: hack on MegaPov dat_nd functions?
Date: 24 Dec 1999 12:01:27
Message: <3863a6e7@news.povray.org>
I patched my copy of MegaPov to be able to take a POV
scene-language array (e.g. #declare MyArray=array[10][10[10])
as input to the various dat_Nd_M functions (dat_3d_1, etc), the
idea being only that this way one doesn't  need to have a "density file"
to use those functions, one can just use a macro or whatever to fill an
array with floats on the fly and calls the dat_3d functions to show the
array of values as a density isosurface.

What I want to know is if anyone else thinks this is of value, or should
I just keep it to myself?
(Note that anything that this patch can do, scene-wise, can be duplicated
without it  by getting the scene file to write out a data file, just a
little slower)


Post a reply to this message

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