POV-Ray : Newsgroups : povray.advanced-users : Problems building new [mixed] arrays. Bug(s)? : Re: Problems building new [mixed] arrays. Bug(s)? Server Time
20 Apr 2024 11:37:03 EDT (-0400)
  Re: Problems building new [mixed] arrays. Bug(s)?  
From: B  Gimeno
Date: 30 May 2020 19:50:00
Message: <web.5ed2f00eb622b740a723b8610@news.povray.org>
> "Bald Eagle" <cre### [at] netscapenet> wrote:

I'm still intrigued.

> #macro newQuadtree (_r, _cap)
> #local _pointArray = array;
> #local _childArray = array;
> #local newQT = array mixed [9] {ID, _r[0], _r[1], _r[2], _r[3], _pointArray,
>_cap, no, _childArray}

Can an array be invoked from another array?


>#if (
>  _p.x > _r.x - _rw &&
>  _p.x < _r.x + _rw &&
>  _p.y > _r.x - _rh &&
>  _p.y > _r.x + _rh &&
> )

And pov-ray reads "&&" the same as "&"?
http://wiki.povray.org/content/Reference:Numeric_Expressions

B. Gimeno


Post a reply to this message

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