sceneview-android
sceneview-android copied to clipboard
How to implement scalability for a 3D model in an ARScene by incorporating a button child node with 3D model dedicated to scalability.
You must activate the isScaleEditable property of the modelNode and with the button execute modelNode.setScale(1f) to increase the size.
I am looking for to change size of model in ARScene real environment. i don't want to fix it before.