-
-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add rotation and scaling support for me.Ellipse shapes, including for collisions solving #583
Closed
Tracked by
#809
Comments
Heads up! A recent commit that fixes ellipse collision testing has refactored |
We also need scaling support for me.Ellipse. |
parasyte
added a commit
that referenced
this issue
Oct 14, 2014
- Also fix some documentation along the way
obiot
changed the title
add rotation support for me.Ellipse shapes, including for collisions solving
add rotation and scaling support for me.Ellipse shapes, including for collisions solving
Aug 4, 2015
-> 3.1.0 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
melonJS does not support rotating an ellipse object, and the operation will fail silently.
Addition rotation, implies rewriting the current
me.Ellipse
object (that only currently defines x and y radius) and the related code for the collision solving (that probably does not work with "skewed" ellipse).The text was updated successfully, but these errors were encountered: