kottore / away3d

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

[Away3DLite] Type error in Channel.as #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export a scene to collada, and choose "baked matrices"
2. Import scene into away3dlite

What is the expected output? What do you see instead?

When parsing transform elements, there is an error in channel.as:

[Fault] exception, information=TypeError: Error #1034: Type Coercion
failed: cannot convert flash.geom::Matrix3D@1f15bb81 to flash.geom.Transform.
Fault, update() at Channel.as:81
 81                                             target.transform =
param[_index][i];

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

svn r1955

Please provide any additional information below.

I have provided a simple patch that illustrates the issue and resolution.

Original issue reported on code.google.com by ken.rai...@gmail.com on 22 Oct 2009 at 2:51

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by katopz on 10 Dec 2009 at 5:51