专用Android 3D引擎
我正在为 Android 寻找一个好的 3D 渲染和动画引擎,可以将其迁移到新的 3.x Fragments 视图中 - 因为我希望它是一个简单的视图,而不是整个 UI 屏幕。什么引擎可以轻松做到这一点?我需要的功能是简单的动画(旋转)、照明、材质变化。
I'm looking for a good 3D rendering and animation engine for Android, what can be migrated into the new 3.x Fragments views - as I want it to be a simple View, not a whole-UI screen. What engine can do this easily? My needed features would be simple animations (rotation), lighting, material change.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,很难说在支持即将推出的功能(例如 3.x Fragment Views)方面什么是未来的证明。但话虽这么说,我们最近一直在研究 RightWare Kanzi,寻找一种不同的方法来处理 Android 上的渲染和动画。查看他们的网站和产品表,了解其产品,其中包含 Kanzi、Kanzi Studio 和 Kanzi 引擎。至少,我知道它们可以适应旋转、照明和材质的变化。
Unfortunately, it's hard to say what will be future proof in terms supporting upcoming features such as 3.x Fragment Views. But that being said, we've been taking a look recently at RightWare Kanzi for a different approach for handling our rendering and animation on Android. Take a look at their website and product sheets for their product offering that consists of Kanzi, Kanzi Studio and the Kanzi Engine. At the very least, I know they can accommodate rotation, lighting and material changes.
我会推荐jMonkey,一大优点是可以在Desktop+Android上运行,这样开发起来更舒服
I would suggest jMonkey, a big advantage is that you can run it on Desktop+Android, so development is more comfortable