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

Bug when updating the geometry of a sphereNode #552

Open diegoveigacouceiro opened 2 months ago

diegoveigacouceiro commented 2 months ago

After creating a SphereNode and adding it to the scene, we try to edit its radius and the result is a plane in the shape of a circle. Another problem that arose when trying to find another way to modify its size is when using the scale method. This causes the sphereNode to increase in size and move away from the coordinate axis currently in the scene, giving the sensation that it is going to infinity as its size increases. Using ModelNodes this problem does not occur.