Note that there are some explanatory texts on larger screens.

plurals
  1. POWant to display a 3D model on the iPhone: how to get started?
    primarykey
    data
    text
    <p>I want to display and rotate a single 3D model, preferably textured, on the iPhone. Doesn't have to zoom in and out, or have a background, or anything. </p> <p>I have the following:</p> <ul> <li>an iPhone</li> <li>a MacBook</li> <li>the iPhone SDK</li> <li>Blender</li> </ul> <p>My knowledge base:</p> <ul> <li>I can make 3D models in various 3D programs (I'm most comfortable with 3D Studio Max, which I once took a course on, but I've used others)</li> <li>General knowledge of procedural programming from years ago (QuickBasic - I'm old!)</li> <li>Beginner's knowledge of object-oriented programming from going through simple Java and C# tutorials (Head Start C# book and my wife's intro to OOP course that used Java)</li> <li>I have managed to display a 3D textured model and spin it using a tutorial in C# I got off the net (I didn't just copy and paste, I understand basically how it works) and the XNA game development library, using Visual Studio on Windows.</li> </ul> <p>What I do not know:</p> <ul> <li>Much about Objective C</li> <li>Anything about OpenGL or OpenGL ES, which the iPhone apparently uses</li> <li>Anything about XCode</li> </ul> <p>My main problem is that I don't know where to start! All the iPhone books I found seem to be about creating GUI applications, not OpenGL apps. I found an OpenGL book but I don't know how much, if any, applies to iPhone development. And I find the Objective C syntax somewhat confusing, with the weird nested method naming, things like "id" that don't make sense, and the scary thought that I have to do manual memory management.</p> <p>Where is the best place to start? I couldn't find any tutorials for this sort of thing, but maybe my Google-Fu is weak. Or maybe I should start with learning Objective C? I know of books like Aaron Hillgrass', but I've also read that they are outdated and much of the sample code doesn't work on the iPhone SDK, plus it seems geared towards the Model-View-Controller paradigm which doesn't seem that suited for 3D apps.</p> <p>Basically I'm confused about what my first steps should be. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload