bendmorris / spinehaxe

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

Fix bounding box feature #11

Closed Partysun closed 9 years ago

Partysun commented 9 years ago

Now you can use minX/minY/maxX/maxY and bounding boxes for cool collision detection. Fix math and vector problem and fix json read data of bounding box attachements data.

Bounding boxes debug draw you can see in this video: http://www.youtube.com/watch?v=DF_gmo4KgQc

Partysun commented 9 years ago

Hi, @bendmorris

We need 2 pull requests for launch new updated demos for Flixel. (with new features) Could you merge my pull and @Beeblerox . Thank you.

bendmorris commented 9 years ago

Could you clean these up and remove the whitespace-only, code style, etc. changes and leave only what's relevant to the pull request? The extra changes make the diff hard to read, and I'd prefer to handle them separately.

bendmorris commented 9 years ago

Nevermind, cleaned up and merged manually.

Partysun commented 9 years ago

Thank you