great work on the FLARToolkit!
I wanted to try it, but i got one error in the src/org/libspark/flartoolkit/scene/FLARCamera3D.as
class with the proerty _projection:
this._projection = new Matrix3D(m_projection);
and
this.eye.calculateMultiply4x4(this._projection, this.eye);
the error says that the property _projection is not available.
10月 4, 2008 8:28 am |
Hello,
great work on the FLARToolkit!
I wanted to try it, but i got one error in the src/org/libspark/flartoolkit/scene/FLARCamera3D.as
class with the proerty _projection:
this._projection = new Matrix3D(m_projection);
and
this.eye.calculateMultiply4x4(this._projection, this.eye);
the error says that the property _projection is not available.
I am scripting in FDT 3 on Mac OSX 10.5.5
Thanks a lot!
11月 26, 2008 2:01 am |
i´ve got the same error with the last revision!
11月 27, 2008 3:15 am |
The problem is on the PPV3D Camera3d core. Just set it to public. :)