有没有使用 open GL 绘制 3D 地图/楼层地图的工具

发布于 2024-10-14 11:51:50 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(1

鹤仙姿 2024-10-21 11:51:50

在基本的 3D 建模包(如 Wings3D)中绘制平面图应该不难,导出到类似于 .obj 的基本格式,可以轻松解析。

Wings 3D interface

如果您需要具有更多选项(用于纹理、烘焙灯等)的 3D 包,请提供 Blender 尝试一下。有很多导出选项,包括 .raw(原始面)
比 .obj 更基本的存储顶点/面的方法。而且写起来也相当容易
使用 Blender 的 Python API 的自定义导出器,它为您提供设置所需的 OpenGL 代码。

Blender 3D 界面

It shouldn't be to hard to draw your floor plan in a basic 3D modelling package like Wings3D, export to a basic format like .obj that could be easily parsed.

Wings 3D interface

If you need a 3D package with more options(for texturing,baking lights, etc.) give Blender a try. There are plenty of export options, including .raw (Raw faces) which
an even more basic way to store vertices/faces than .obj. Also it's fairly easy to write
a custom exporter using Blender's Python API which gives you the OpenGL code the way you need it for your setup.

Blender 3D Interface

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