matrix3d/spriteflexjs

How to compile with FlexJS7?

Diamanter opened this issue · 4 comments

I tried with the last sdk 7 version, but I got a few compilation errors:

Date.now(); <-- now() is not defined, I replaced with (new Date()).getTimer()
and
gl.uniform4fv(getUniformLocation(name), data); <--wrong data variable type. I replaced with:
gl.uniform4fv(getUniformLocation(name), Object(data));

But on runtime all test projects fail with "this.path is not defined".

How to get the correct SDK?

It was all OK a month ago with SDK 6.

pls push bug at apache-flex-development.2333347.n4.nabble.com.
maybe they remove the data.now

it is work with flexjs7 #1

0.9.8 get