为 AR 应用程序创建 3D 模型

发布于 2024-12-18 12:12:46 字数 374 浏览 1 评论 0原文

我刚刚下载适用于 iOS 的 Qualcomm AR SDK。到目前为止,它运作良好。

除了一件事之外,SDK提供的3D模型是一个茶壶(从技术上讲,它只是一个.h文件,包含该3D茶壶模型的所有顶点值,以及一些相应的纹理图片) 。

那么我的问题来了,我不喜欢茶壶。我想创建自己的 3D 模型并在我的应用程序中显示它们,而不是那个茶壶。但我不知道什么应用程序可以帮助我创建一个并将其导出到一组 .h 文件和纹理文件中,以便我可以将它们直接导入到我的 AR 项目中。

任何建议将不胜感激!

I just downloaded the Qualcomm AR SDK for iOS. SO far it has been working well.

Except for one thing, the 3D model the SDK provides is a teapot (which, technically speaking, are just a .h file containing all the vertices values of that 3D teapot model, and some corresponding texture pictures).

So here comes my problem, I don't like the teapot. I want to create my own 3D models and display them in my app, instead of that teapot. But I don't know what application can help me create one and export it into a set of .h files and texture files so that I could directly import them into my AR project.

Any suggestions would be greatly appreciated!!!

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

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

发布评论

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

评论(4

生生漫 2024-12-25 12:12:46

您可以使用 Blender 。请参阅此博客

You can use Blender . refer this blog.

遗失的美好 2024-12-25 12:12:46

Blender 是免费的参考开源应用程序。您还可以使用商业替代品,例如 3ds Max玛雅。您还拥有大型免费模型数据库,例如这个(大多数免费模型的一部分是 .obj,但您可以获得其他模型的负载)。

Blender is the reference free, open source application. You also have commercial alternatives like 3ds Max and Maya. You also have large databases of free models like this one (most of the free models are .obj but you can get models for loads of others).

月棠 2024-12-25 12:12:46

请随意查看 ac3dreader ,它是一个读取 AC3D 文件的小型“模型”绘图库。

https://github.com/epatel/ac3dreader

我喜欢AC3D,因为它可以让您靠近三角形工作,但相当易于使用且便宜。

Feel free to have a look at ac3dreader a little "model" drawing lib that reads AC3D files.

https://github.com/epatel/ac3dreader

I like AC3D as it lets you work close to the triangles, yet being fairly easy to use and cheap.

决绝 2024-12-25 12:12:46

在 Blender 中创建模型,将其导出为 wavefront .obj 格式。使用 obj2opengl 将 3D 模型转换为 .h 数组文件。

Created the model in Blender, exported it to wavefront .obj format. Use obj2opengl to convert 3D model to .h array file.

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