简体   繁体   中英

Javascript 3D library that can be easy to use

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!

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM