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
816 stars 159 forks source link

How to implement scalability for a 3D model in an ARScene by incorporating a button child node with 3D model dedicated to scalability. #417

Closed UmerHamza closed 4 months ago

devR2id commented 7 months ago

You must activate the isScaleEditable property of the modelNode and with the button execute modelNode.setScale(1f) to increase the size.

ModelNode Class

UmerHamza commented 7 months ago

I am looking for to change size of model in ARScene real environment. i don't want to fix it before.