Future<Vector3> getPosition() async { final modelMatrix = await getModelMatrix(); return modelMatrix.getTranslation(); }