bendmorris / spinehaxe

Spine runtime for Haxe 3. Based on current AS3/libgdx runtimes.
Other
64 stars 28 forks source link

SkeletonJson.readVertices doesn't read vertices #29

Open jeremyfa opened 7 years ago

jeremyfa commented 7 years ago

When trying to implement mesh rendering, I ran into this piece of code:

https://github.com/bendmorris/spinehaxe/blame/master/spinehaxe/SkeletonJson.hx#L282-L293

At the moment, some portion of the code is commented and vertices are always empty, making mesh rendering completely unusable.