易于使用的 Javascript 3D 库
刚刚在这里发现了一个有趣的应用程序: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你看过 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).