简体   繁体   English

3D对象导航器和移动

[英]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). 我正在寻找一种使用Swift 3实现应用程序的方法。我想插入一个窗口,在其中可以查看和移动3D对象(如缩放,旋转等)。 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. 您需要研究的Apple技术称为SceneKit。 SceneKit is a toolbox for creating and viewing 3D objects and... well... scenes. SceneKit是用于创建和查看3D对象以及场景的工具箱。 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 https://developer.apple.com/documentation/scenekit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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