Hello, I had the same problem when I wanted to update my portfolio. You just need to change some things :
In the Away3dMesh.as Line 20 var vs:Vector.<Vertex> = awm.vertices; Line 21 var ts:Vector.<Face> = awm.faces; Line 27 nv.setVertex(vs[i] as Vertex); Line 34 nt.addVertex(lookUp[Face(ts[i]).v0]); nt.addVertex(lookUp[Face(ts[i]).v1]); nt.addVertex(lookUp[Face(ts[i]).v2]); Let me know if you still have the problem :) On 2 oct, 08:21, sofke <[email protected]> wrote: > Anyone got as3dmod working with 3.6 version? I'm getting errors > 1067: Implicit coercion of a value of type > __AS3__.vec:Vector.<away3d.core.base:Vertex> to an unrelated type > Array. > 1067: Implicit coercion of a value of type > __AS3__.vec:Vector.<away3d.core.base:Face> to an unrelated type Array. > > Thanks!
