POV-Ray : Newsgroups : povray.general : dynamic memory possible? : Re: dynamic memory possible? Server Time
31 Jul 2024 16:22:23 EDT (-0400)
  Re: dynamic memory possible?  
From: Warp
Date: 5 Jun 2007 08:59:15
Message: <46655e22@news.povray.org>
Penelope20k <pen### [at] caramailfr> wrote:
> ill will do like this
> I read the data and create an include file containing all My_data[index] =
> value;

  Wouldn't it be more efficient if the script wrote this in the file:

#declare My_data[<the amount of data>] =
{ the values here };

instead of a huge bunch of assignments?

-- 
                                                          - Warp


Post a reply to this message

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