Open H1Gdev opened 2 years ago
Thanks for your great code in the absence of official samples on RealityKit !!
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...
ModelEntity
ARPlaneAnchor
SceneKit
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.
It's like accuracy of sensor, so I close this issue.
It still does not seem accurate...
We can compare by enabling the following options.
debugOptions.insert(.showAnchorGeometry)
Thanks for your great code in the absence of official samples on
RealityKit
!!I am also creating
ModelEntity
fromARPlaneAnchor
in the same way. However, when compared with the app created withSceneKit
, planes do not match...I added the following code but planes didn't fit. (Rather worse...)
Do you know anything about this solution ?
Thanks in advance.