GBear Posted July 1, 2017 Share Posted July 1, 2017 hi. i wanna draw part of ellipse by PIXI.Graphic like Under image do you have good idea? thx Quote Link to comment Share on other sites More sharing options...
Taz Posted July 1, 2017 Share Posted July 1, 2017 You could use bezierCurveTo() for the curve and lineTo() for the straight lines. Or maybe draw a circle slice with arc() and lineTo() and use scaling to flatten it.. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 1, 2017 Share Posted July 1, 2017 I remember that I copied ellipse function and made arcEllipse for that cause. Not in master branch though Quote Link to comment Share on other sites More sharing options...
GBear Posted July 22, 2017 Author Share Posted July 22, 2017 On 2017. 7. 2. at 2:51 AM, ivan.popelyshev said: I remember that I copied ellipse function and made arcEllipse for that cause. Not in master branch though do you know which branch arcEllipse has? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.