Hi guys,
I am trying out the demo scenes from the ARInterface framework and, at least on my Samsung S8, it looks like the planes are not correctly updating.
Once a plane is found its extent will remain the same, no matter if I track more of the environment. The point cloud confirms that ARCore is actually finding more feature points, but the initial plane will never expand, even if it obviously should.
More planes are actually added, but only if they lay on a different height from the first one. As always, their size will never be updated, though.
I couldn’t understand if this bug affects only the visual representation of the planes (the instanced debugPlanePrefabs) or also the inner layers of ARInterface (the actual boundedPlanes).
this is true for every ARInterface sample. The official ARCore scene sample (helloAR) works fine.
Does this happen only to me?
Ty!