Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Vuforia SDK 让我的 Android AR 应用程序正常工作。
我想做的是在屏幕上绘制一些文本,而不是通常的 3D 模型。
但我无法从示例应用程序中找到应用程序实际加载此类模型的位置,以及如何更改它。
任何人都可以帮忙吗?
在 Imagetargets vuforia 示例的 ImageTarget.cpp 中的 renderframe 中,您可以注释所有 gl 渲染代码以防止任何模型渲染,然后您可以在 gl 表面或简单的 textview 上绘制文本。我没有尝试过文本,但这可以通过我说的来完成.