|
|
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
|
|