Closed konrad-thoc closed 3 months ago
Currently when I insert a 3D node at a distance of more than 30m it is not visible, can I somehow increase the drawing area? In the SceneForm it looked like this, but I cannot find an alternative in SceneView.
arFragment.getArSceneView().getScene().getCamera().setFarClipPlane(500)
I found the right one we can use sceneView.cameraNode.far = 100f
sceneView.cameraNode.far = 100f
Currently when I insert a 3D node at a distance of more than 30m it is not visible, can I somehow increase the drawing area? In the SceneForm it looked like this, but I cannot find an alternative in SceneView.
arFragment.getArSceneView().getScene().getCamera().setFarClipPlane(500)