문제

I would like to know how I can combine both Three.js and Easel.js? I know that there are few games are using these 2 libraries. But can someone describe/explain how normally these 2 libraries are used together?

도움이 되었습니까?

해결책

I don't know what the current state of play is with three.js, but I've semi-successfully combined them using 3 overlayed divs in the past: bottom canvas, webgl/three.js, top canvas. Then just draw and update all 3 canvases appropriately. A bit messy but it sort-of works!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top