You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello
how can I add an object in the center of the detected plane
in RectangleNode.swift i tried for example to add a simple sphere
let sphereGeometry = SCNSphere(radius: 20)
let sphereNode = SCNNode(geometry: sphereGeometry)
self.addChildNode(sphereNode)
sphereNode.position = position
but the sphere doesn't appears ...
thanks for your help
The text was updated successfully, but these errors were encountered:
hello
how can I add an object in the center of the detected plane
in RectangleNode.swift i tried for example to add a simple sphere
let sphereGeometry = SCNSphere(radius: 20)
let sphereNode = SCNNode(geometry: sphereGeometry)
self.addChildNode(sphereNode)
sphereNode.position = position
but the sphere doesn't appears ...
thanks for your help
The text was updated successfully, but these errors were encountered: