在 iPhone 应用程序中播放 3D 动画(可能使用循环视频)

发布于 2024-09-27 06:46:51 字数 167 浏览 1 评论 0原文

有没有一种相对简单的方法可以将 3D 动画包含到 iPhone 应用程序中?我们已经为另一个项目制作了动画,我们的客户询问是否可以将它们放置在 iPhone 应用程序中。我们也许可以包含动画的低分辨率循环视频(它只是在单轴上旋转的 3D 组件),或者考虑将 3D 动画直接放到视图上会更好吗?

干杯, 担

Is there a relatively easy was to include a 3D animation into an iPhone app? We have the animations already made up for another project and our client has asked if they can be placed inside an iPhone app. We could perhaps include a low-res looping video of the animation (it's just a 3D component rotating on a single axis), or would it be better to look into getting the 3D animation directly onto a view?

Cheers,
Dan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海未深 2024-10-04 06:46:51

您可以将其分成一组框架并使用 UIView AnimationImages 属性,如下所示:

http://appsamuck.com /day2.html

或者假设它已经是 OpenGL 动画,您可以将代码移植到 openGLES。

以下是 openGL ES 的优秀教程:

http ://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html

You could either split it up into a set of frames and use the UIView animationImages property like so:

http://appsamuck.com/day2.html

Or assuming its already an OpenGL animation you could port the code to openGLES.

Here are good tutorials for openGL ES:

http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文