kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

array used where vector is espected. #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Class:
away3d.primitives.ReflectivePlane line 598

Error description:

Description Resource    Path    Location    Type
1067: Implicit coercion of a value of type Array to an unrelated type 
__AS3__.vec:Vector.<Number>.    ReflectivePlane.as  /away3d/Away3D/src/away3d/primit
ives    line 598    Flex Problem

What is the expected output? 
_reflectionMatrix3D = new Matrix3D(Vector.<Number>(1 - 2*a*a, -2*a*b, -2*a*c, 
0, -2*a*b, 1 - 2*b*b, -2*b*c, 0, -2*a*c, -2*b*c, 1 - 2*c*c, 0, 0, 0, 0, 1));

What version of the product are you using? On what operating system?
rv 2809 trunk

Original issue reported on code.google.com by hpe...@gmail.com on 20 Sep 2010 at 11:16