EddyVerbruggen / nativescript-ar

Augmented Reality NativeScript plugin
https://www.nativescript.org/blog/preview-of-augmented-reality-in-nativescript
MIT License
118 stars 36 forks source link

IOS UIPinchGestureRecognizer scale support #68

Closed nickolanack closed 4 years ago

nickolanack commented 4 years ago

add pinch scaling objects if scalingEnabled set to true (android already works) also added generalized method getTargetARNodeFromSCNNode to find selected ARCommonNode from shapes (for more complex models)

EddyVerbruggen commented 4 years ago

You're the man!