Display points with (x, y, z) coordinate in 3D on an iPhone?
- by micropsari
Hello,
I have 40 points with (x, y, z) coordinate in my iPhone app. For now I just NSLog them. But I'd like to display them in... 3D!
How can I do that? Do I have to use openGL ES? What are the others possibilities (if there are any)?
I've never used 3D in programming... is this a difficult thing to do?
Thanks !