I\'m trying to render objects further away than 1000.
let box = SCNBox(width: 500, height: 500, length: 500, chamferRadius: 0)
let boxNode = SCNNode(geometry
In
ARKit_3.0
/SceneKit_2020
, if a distance from ARCamera to 3D model is greater than1000m
SceneKit's shader violently begins flickering and approximately at1600m
model disappears completely.
Your ARCamera doesn't render application's 3D content. This shader's artifact is SceneKit's rendering engine issue. So, you have nothing to do with that at the moment.