markhorgan / interactivity-in-realitykit

8 stars 0 forks source link

Planes do not match. #1

Open H1Gdev opened 2 years ago

H1Gdev commented 2 years ago

Thanks for your great code in the absence of official samples on RealityKit !!

I am also creating ModelEntity from ARPlaneAnchor in the same way. However, when compared with the app created with SceneKit, planes do not match...

I added the following code but planes didn't fit. (Rather worse...)

planeEntity.transform.matrix = planeAnchor.transform

Do you know anything about this solution ?

Thanks in advance.

H1Gdev commented 2 years ago

It's like accuracy of sensor, so I close this issue.

H1Gdev commented 2 years ago

It still does not seem accurate...

We can compare by enabling the following options.

debugOptions.insert(.showAnchorGeometry)