i have a ios application where i have to present 3dModel of the skeleton and rotate it horizontally 360 degrees. I have searched a lot but didn't reach to the solid lead, help will be appreciated.I am doing project in objectiveC
Asked
Active
Viewed 95 times
0
-
You can do this by adding Unity screen to the app. Present the skeleton on the Unity framework – Umesh Sharma Aug 22 '17 at 05:35
1 Answers
0
You can do this with SceneKit.

John Tracid
- 3,836
- 3
- 22
- 33
-
i have to do it inside native mobile application in only one screen rest of them are normal mobile application – baydi Aug 22 '17 at 12:16
-
You still can use SceneKit. It is Apple framework designed for 3D scene management. – John Tracid Aug 22 '17 at 19:57