문제

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