Drawing a 3D cube and rotating it [duplicate]

2019-07-16 04:08发布

This question already has an answer here:

For an iOS app I want to draw a 3D cube and be able to rotate it with swipe gestures. Where can I find a tutorial or something for such a basic scenario? All I can find are deep reads for openGL but I think there must be something easier?

2条回答
Fickle 薄情
3楼-- · 2019-07-16 05:12

Cocos3d is a good framework to start with, and rather simple to use. Check the demo for examples, I think they have a rotating object inside as well.

查看更多
登录 后发表回答