POV-Ray : Newsgroups : povray.beta-test : Unconfirmed bugs : Re: Unconfirmed bugs (Bug found!) Server Time
30 Jul 2024 06:20:14 EDT (-0400)
  Re: Unconfirmed bugs (Bug found!)  
From: Tim Nikias
Date: 24 Dec 2001 11:51:50
Message: <3C275CD7.3ACF9F1F@gmx.de>
The following bug:

>
> Array assignment crash
> http://news.povray.org/3bcc54ab$1@news.povray.org
>

is definitely there. I've tried it using floats, 2D, 3D, 4D and 5D vectors.
All except 2D-Vectors work fine, only 2D results in crash. This (as an
educated guess) probably has something to do with the storage of
2D-Vectors and how arrays save them.

My suggestion: If possible, just use 3D-Vectors and create a macro which
transforms those into 2D for lathe etc, like:

#macro Make_2D(Vector)
 <Vector.x,Vector.y>
#end

I'm still looking at other bugs...

Tim


Post a reply to this message

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