Display points with (x, y, z) coordinate in 3D on an iPhone?
Posted
by micropsari
on Stack Overflow
See other posts from Stack Overflow
or by micropsari
Published on 2010-04-18T12:57:01Z
Indexed on
2010/04/18
13:03 UTC
Read the original article
Hit count: 164
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 !
© Stack Overflow or respective owner