POV-Ray : Newsgroups : povray.binaries.images : Some questions... : Re: Some questions... Server Time
17 Aug 2024 22:25:37 EDT (-0400)
  Re: Some questions...  
From: Peter Popov
Date: 10 Aug 2001 06:45:47
Message: <6ke7ntgm743ti9pfmndi0tbhq5gvnpmpda@4ax.com>
On Fri, 10 Aug 2001 07:10:42 +0200, Yadgar <j.b### [at] ndhnet> wrote:

>Does that mean that I can save such an amount of memory even when I
>construct my standard "primitive" (e. g. a box) from triangles and then
>place and scale it randomly 

A box only takes two vectors (six floats + two pointers), a sphere
takes a vector and two floars (center, radius and radius squared) etc.
Even if you do some savings this way, they will be marginal.

>- or does it work only with *identical* copies?

Identical in the sense that they have the same base object but
different transformations, since POV will then only store the original
once and then the transformation for each copy.


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

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