CamO Posted September 17, 2020 Share Posted September 17, 2020 (edited) Hey all, I am trying to find a way to create curves on specific points of an existing polygon that can be modified. Like below I dont want to do it seperately how can i do that Edited September 17, 2020 by CamO Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 17, 2020 Share Posted September 17, 2020 moveTo-lineTo-lineTo-arc/bezierTo If you want to modify existing polygons in graphcis, then you have to look how "graphics.geometry.graphicsData" works, what it contains, modify values there and call "graphics.geometry.invalidate()". Unfortunately there's no morph graphics in pixi CamO 1 Quote Link to comment Share on other sites More sharing options...
CamO Posted September 18, 2020 Author Share Posted September 18, 2020 Thanks Ivan, I will try both ways then 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.