Unsure what you mean by the edges? BTW is there a slack/gitter/IRC for Spine? Watching the Trello eagerly for the new spine-js runtime.
Galvus

- 29 Şub 2016
- 25 Şub 2016 tarihinde katıldı
- A-Frame (HTML) Runtime tartışmasında
- A-Frame (HTML) Runtime tartışmasında
- Düzenlendi
- A-Frame (HTML) Runtime tartışmasında
Essentially lets you use HTML to show/control spine animations.
<a-scene> <a-entity spine="src: data/spineboy;animation: walk"></a-entity> </a-scene>
EX: http://joshgalvin.github.io/SpineFrame/examples/basic.html
README: https://github.com/joshgalvin/spineframeThis is more of a proof of concept than anything else. Based on the THREE.js work by Makc (https://github.com/makc/spine-runtimes/tree/three.js)