I am loading a 3D model using Sceneform, but I have to call
Vector3 startScaleVector = new Vector3(0.1f, 0.1f, 0.1f); node.setLocalScale(startScaleVector); <