I\'m working on Android AR project using ARCore and Sceneform. I need to place the objects from 30 meters to 200 meters far from user\'s camera and faced wi
After thorough investigation I discovered that at the moment (March 2019) there's no way to setup ARCamera's
far clipping plane
andnear clipping plane
.
Let's wait for a while when Google allows it for ARCore developers.
Using Sceneform, you can set the far clip plane like this: arFragment.getArSceneView().getScene().getCamera().setFarClipPlane(…);