matrix conversion courtesy of makc:
http://makc3d.wordpress.com/2009/03/17/sandy-augmented-reality/
public function FLARSandyGeomUtils()
public static function convertFLARMatrixToSandyMatrix(fm:FLARDoubleMatrix34, bMirror:Boolean = true):Matrix4
convert a FLARToolkit matrix to a Sandy3D matrix.
Parameters
| fm:FLARDoubleMatrix34 — FLARToolkit FLARDoubleMatrix34 to convert.
|
|
| bMirror:Boolean (default = true ) — if true, this method will flip the resultant matrix horizontally (along the y-axis).
|
Returns
| Matrix4 — Sandy3D Matrix4 generated from the FLARToolkit matrix.
|
By Eric Socolofsky, http://transmote.com. Released under the GNU GPL (http://www.gnu.org/copyleft/gpl.html).