Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using 3D objects in an iOS app

How would I go about adding a 3D object from Maya into an iOS app? For now, before it gets too complicated, I just want to add it in, no response to touch yet. Is there a tutorial about this? Thanks!

Edit: It doesn't necessarily have to be Maya. I can learn how to use another program.

like image 544
Jack Humphries Avatar asked Jul 14 '11 14:07

Jack Humphries


People also ask

Can iPhone scan 3D objects?

Polycam is the leading 3D capture application for iPhone and iPad! Create high-quality 3D models from photos with any iPhone or iPad, and rapidly generate scans of spaces with the LiDAR sensor. Edit your 3D captures directly on device, and export them in over a dozen file formats.

How can I see 3D models in iOS?

AR Viewer. AR Viewer lets you view 3D models in AR on your iPhone or iPad. This app is a great option if you wish to visualize a 3D model in a real-world scenario. The background tracking works well with adequate lighting but struggles in low lighting.


1 Answers

Molecules is a great open source iOS app that uses OpenGL ES to render 3D objects that have nice touch interaction. Maybe that would be a good starting point.

like image 187
Luke Avatar answered Sep 28 '22 14:09

Luke