I am having a 3D model loaded using a collada file on a Scenekit
project using ObjC
language. I would like to achieve dynamic scaling of the 3d model i.e a SCNNode
just like as AutoLayout
applies to any UIControl
with constraints applied on them.
I want SCNNode
scaled to the factor as that of its parent SCNView
's scaling factor without clipping any parts of 3D model.
If it's possible how do I achieve the same?