SceneView / sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
Apache License 2.0
849 stars 161 forks source link

Rendering distance #546

Closed konrad-thoc closed 3 months ago

konrad-thoc commented 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)

konrad-thoc commented 3 months ago

I found the right one we can use sceneView.cameraNode.far = 100f