You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geom_transform test didn't have meaningful values for z-axis related
field on purpose because it was unsupported.
This commit adds some random values into fields supported by this patch,
translation in z-axis.
Copy file name to clipboardExpand all lines: tests/tests/swfs/avm2/geom_transform/Test.as
+3-3
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ package {
84
84
trace("mat3D.rawData", mat3D.rawData);
85
85
86
86
trace("// sprite3D: update mat3D");
87
-
mat3D.copyFrom(new Matrix3D(new<Number>[2,3,0,0,4,5,0,0,0,0,1,0,6,7,0,1]));// FIXME: z values shouldn't be zero (0) for test coverage. Unsupported now.
87
+
mat3D.copyFrom(new Matrix3D(new<Number>[2,3,0,0,4,5,0,0,0,0,1,0,6,7,8,1]));// FIXME: z values shouldn't be zero (0) for test coverage. Unsupported now.
0 commit comments