I'm having difficulty with the integration of three.js and Vuforia, as I have limited knowledge about OpenGl which makes it challenging to troubleshoot.
Our team is working on a small AR app where we aim to utilize Vuforia for tracking and recognition, and three.js for rendering.
We have set up a Vuforia view to display the camera and capture target information, overlaid with a WkWebView to handle the augmentations using three.js.
A communication channel has been established between the views to send target position matrix and camera data from Vuforia to three.js.
However, we are struggling to effectively use this information in three.js to align model positions with target positions.
From Vuforia, we can extract modelViewMatrix and modelViewProjection.
Any assistance would be greatly appreciated!!!