什么是相当于Android的SceneKit? [英] What is the SceneKit equivalent for Android?

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

问题描述

我使用 ARKit 应用/developer.apple.com/documentation/scenekit"rel =" nofollow noreferrer> 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.

它也有完整的文档记录,其中包含开发指南( 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天全站免登陆