ARCore – Rendering objects 200m far from camera

前端 未结 2 976
北恋
北恋 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:56

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

提交回复
热议问题