Hi Apple community,
Currently developing an iOS application using Room Plan API, I'd like to remove real world objects detected with Room Plan to my ARView.
I already tried to use the following code but it deletes only the anchor entities (customText, UI instructions...) attached to the Anchor :
arView.scene.removeAnchor(anchor)
My aim is to delete real world object content to my ARView like in this example : (I have an error when uploading files like png, jpg or pdf so there is a link) https://ibb.co/yR8CRVy
Is there any way to do that using Room Plan API and ARKit ?
Thanks in advance,
Goat