开发者

Is there a 3D library for objective-c like papervision or away3D for actionscript

开发者 https://www.devze.com 2023-03-09 02:48 出处:网络
Is there a 3D library for objective-clike papervision or away3D for actionscript? To clarify, I\'m writing the app in objective-c.

Is there a 3D library for objective-c like papervision or away3D for actionscript? To clarify, I'm writing the app in objective-c.

All I really need to do is contruct a 3D开发者_Go百科 sphere programmically and attach raster images and buttons around the inside of the sphere.

Many thanks in advance.


cocos3d is a nice, idiomatic Objective-C library for rendering 3D on iOS platforms.


OpenGL would be the best way to do 3D I would imagine.

OpenGL ES Programming Guide for iOS

0

精彩评论

暂无评论...
验证码 换一张
取 消