"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How can I transfer Matrix44F from ndk to java platform ?

Hi. I want to transfer modelViewMatrix, projectionMatrix and modelViewProjection to java platform to use android.opengl's gluUnProject function. I want to get object's position matrix in real world.