简体   繁体   中英

3d object navigator and move

I'm searching for a method to implement an app with swift 3. I would like to insert a window where I can view a 3D object and move it (like zoom, rotation etc). Is it possible? How can I do it? Thank you so much. Lorenzo

The Apple technology that you need to look into is called SceneKit. SceneKit is a toolbox for creating and viewing 3D objects and... well... scenes. It is high level and easy to work with, but makes effective use of much lower level, performant technologies. The developer documentation can be found here:

https://developer.apple.com/documentation/scenekit

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM