Hi, we're making an AR app for android using native Java app. We have a plane on top of the marker and now we want the plane to always face the user. To do so, we need to have rotations of the tracker image. We tried to obtain in in many ways, but we couldn't find anything except the view matrices. We don't want to decompose them by ourselves.
Does EasyAR provide info about tracker rotation in space?