Need to animate a 3d model using webgl. But i am confused while choosing between Three.js and glMatrix-0.9.5.min.js. Both of them seem to be extensively used but which is more efficient and easier to learn between them?

有帮助吗?

解决方案

If you have time and really want to learn a new technique, including 3D, networking, etc... its better to use the lower level if possible (better yet write everything yourself from scratch). High level libraries hide details which if learned the hard way give you more power and an intuitive understanding. With enough imagination and fortitude you can spin up interesting 3D model animations using glMatrix-0.9.5 with no prior 3D experience. Later on you'll be glad you did.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top