I have some problems with latest svn and latest Prefab...
First of all, file away3d.core.filter.ZDepthFilter.as isn't compile at
row 36:
Error 1136: Incorrect number of arguments. Expected 2.
Second, after reexport obj files with Prefab to FP10 Away3d 3.5.3+
this files doesnt work on this rows:
...
var m0:Matrix3D = new Matrix3D();
m0.sxx = 1;
m0.sxy = 0;
m0.sxz = 0;
m0.tx = 0*_scale;
m0.syx = 0;
m0.syy = 1;
m0.syz = 0;
m0.ty = 0.136835*_scale;
m0.szx = 0;
m0.szy = 0;
m0.szz = 1;
m0.tz = 0*_scale;
objs.obj0 = {name:"aw_0", transform:m0, pivotPoint:new
Number3D(0,0,0), container:-1, bothsides:false, material:null,
ownCanvas:false, pushfront:false, pushback:false};
...
There is no sxx,sxy,sxz etc arguments in Matrix3D, and there is no
Number3D type.
Maybe I do something wrong?