"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

Smoothing in IOS Matrix44F

Hello,

Are there any good libraries or examples out there to smooth out Matrix44F for IOS native. There is a decent amount of Jitter

Vuforia::Matrix44F modelViewMatrix = Vuforia::Tool::convertPose2GLMatrix(result->getPose()); // get model view matrix

Any other smoothing strategies are also welcomed!

 

Thank you