Android 的 SceneKit 等价物是什么? [英] What is the SceneKit equivalent for Android?

查看:34
本文介绍了Android 的 SceneKit 等价物是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用 SceneKit 框架.我想把它带到 ARCore,但直接使用 OpenGL 似乎令人生畏.

I created an ARKit app using SceneKit Framework. I want to bring it over to ARCore but using straight OpenGL seems daunting.

是否有适用于 Android 开发人员的 SceneKit 等高级场景图框架可以帮助导入和渲染 3D 模型?

Is there a high-level scene graph framework like SceneKit for Android developers that can help to import and render 3D models?

推荐答案

ViroCore 是一个 SceneKit安卓.使用 ViroCore,您可以在 Java 中描述高级别的场景,而无需自己在 OpenGL 中实现渲染算法.它内置了与 ARCore 的集成,其渲染功能集等效于 SceneKit.

ViroCore is a SceneKit for Android. With ViroCore you describe scenes at a high level in Java, without having to implement rendering algorithms yourself in OpenGL. It has built-in integration with ARCore, and its rendering feature-set is equivalent to SceneKit.

它也有完整的文档记录,包括开发指南完整的 Javadoc代码示例.一个很好的起点是尝试这个 AR 零售代码示例——这是一个使用 ViroCore 编写的完整 ARCore 应用程序.

It's also thoroughly documented, with development guides, a full Javadoc, and code samples. A good starting point is trying out this AR retail code sample -- it's a full ARCore application written with ViroCore.

这篇关于Android 的 SceneKit 等价物是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆