sceneview-android icon indicating copy to clipboard operation
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.

Open UmerHamza opened this issue 1 year ago • 2 comments

UmerHamza avatar Feb 15 '24 07:02 UmerHamza

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

ModelNode Class

devR2id avatar Feb 27 '24 22:02 devR2id

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

UmerHamza avatar Feb 28 '24 09:02 UmerHamza