易于使用的 Javascript 3D 库

发布于 2024-10-31 19:29:30 字数 583 浏览 1 评论 0原文

刚刚在这里发现了一个有趣的应用程序: http://mydeco.com/3d-planner/

我听说他们使用 Javascript 来制作这个(< a href="http://thenextweb.com/apps/2010/05/05/3d-room-planner-mydeco-aims-american-homes-ditches-flash/" rel="nofollow">http://thenextweb .com/apps/2010/05/05/3d-room-planner-mydeco-aims-american-homes-ditches-flash/)。一些 3D 库(如 WebGL)并非在每个浏览器中都运行良好,但此房间规划器在大多数浏览器(Chrome、IE、Firefox、Opera)中都可以正常工作。

有人知道什么 Javascript 3D 库可以制作类似的东西吗?我对这样的事情真的很陌生,不知道从哪里开始。老实说,我希望有一些易于使用的东西。

或者也许有人对此有经验或建议?如果您这样做,请分享。

谢谢你!

Just found an interesting application here:
http://mydeco.com/3d-planner/

I hear they use Javascript for making this (http://thenextweb.com/apps/2010/05/05/3d-room-planner-mydeco-aims-american-homes-ditches-flash/). Several 3D libraries (like WebGL) don’t run well in every browser, but this room planner works fine in most browsers (Chrome, IE, Firefox, Opera).

Does someone know what Javascript 3D library that can make something like that? I’m really new to something like this, not sure where to start. Honestly, I expect something that can be easy to use.

Or perhaps someone has experiences or suggestions about this? Please share if you do.

Thank you!

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

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

发布评论

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

评论(1

秉烛思 2024-11-07 19:29:30

你看过 Three.js 吗? https://github.com/mrdoob/ Three.js

它使用 < canvas> 或 WebGL,因此它应该在任何“现代”浏览器中运行,包括 IE9(但我认为不能在早期版本中运行)。

Have you looked at three.js? https://github.com/mrdoob/three.js

It uses either <canvas>, <svg>, or WebGL, so it should run in any "modern" browser, including IE9 (but not, I think, earlier versions).

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