Beginning ARKit for iPhone and iPad by Wallace Wang
Author:Wallace Wang
Language: eng
Format: epub
ISBN: 9781484241028
Publisher: Apress
Now we need to get the specific location that the user pinched on the screen:let location = sender.location(in: areaPinched)
Finally, we need to use the hitTest method to determine if the user touched the virtual plane: let hitTestResults = sceneView.hitTest(location, options: nil)
if let hitTest = hitTestResults.first {
}
If the user touched the first node in the augmented reality view (the plane is the only node), then we can identify the hitTest node with an arbitrary name such as: if let hitTest = hitTestResults.first {
let plane = hitTest.node
}
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Linux Device Driver Development Cookbook by Rodolfo Giometti(3941)
Embedded Programming with Modern C++ Cookbook by Igor Viarheichyk(3670)
Implementing Cellular IoT Solutions for Digital Transformation by Dennis McCain(3604)
Embedded Linux Development Using Yocto Project - Third Edition by Otavio Salvador & Daiane Angolini(3436)
TinyML Cookbook by Gian Marco Iodice(3362)
Simplifying 3D Printing with OpenSCAD by Colin Dow(2845)
TinyML Cookbook by Gian Marco Iodice & Ronan Naughton(2611)
Fusion 360 for Makers by Lydia Sloan Cline(2225)
Networking A Beginner's Guide by Bruce Hallberg(2217)
Hands-On Linux for Architects by Denis Salamanca(2056)
But How Do It Know? by J. Clark Scott(2036)
Computers For Seniors For Dummies by Nancy C. Muir(2009)
Raspberry Pi and MQTT Essentials by Dhairya Parikh(1962)
Arduino Project Handbook, Volume 2: 25 Simple Electronics Projects for Beginners by Geddes Mark(1955)
9781803246888-ENHANCING DEEP LEARNING WITH BAYESIAN INFERENCE by Unknown(1908)
Hack and HHVM by Owen Yamauchi(1887)
31 Days Before Your CompTIA A+ Exams (Shanette Luellen's Library) by Benjamin Patrick Conry(1868)
MicroPython Projects by Jacob Beningo(1746)
Hands-On Internet of Things with MQTT by Tim Pulver(1718)
