Rits
Rits

Reputation: 5175

Best way to draw 3D text?

I need to draw two lines of text in a 3D perspective. They're not just flat characters, they are really 3D models and need to animate as well. Preferably with a glossy effect on them.

It sounds really complex to me and I have no experience with OpenGL. Are there frameworks that make this easy or am I looking at a difficult and timeconsuming task?

Upvotes: 0

Views: 770

Answers (2)

Srinivas
Srinivas

Reputation: 1059

use cocos3d. cocos3d link here.

Upvotes: 1

anthonyvd
anthonyvd

Reputation: 7600

That kind of functionality on the iPhone requires plain OpenGL knowledge. You'll need to learn OpenGL and implement all of this by yourself. I know OpenTK is being ported to iPhone but that's not done yet. Good luck!

Upvotes: 0

Related Questions