ARCore – Rendering objects 200m far from camera

前端 未结 2 974
北恋
北恋 2021-01-18 16:18

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

相关标签:
2条回答
  • 2021-01-18 16:53

    After thorough investigation I discovered that at the moment (March 2019) there's no way to setup ARCamera's far clipping plane and near clipping plane.

    Let's wait for a while when Google allows it for ARCore developers.

    0 讨论(0)
  • 2021-01-18 16:56

    Using Sceneform, you can set the far clip plane like this: arFragment.getArSceneView().getScene().getCamera().setFarClipPlane(…);

    0 讨论(0)
提交回复
热议问题