Jump to content

crop texture using PIXI.RoundedRectangle


Debo
 Share

Recommended Posts

Hi 

I am trying to crop a texture coz I need to show posters with rounded corners. Texture size is 400 x 300. With following code it crops texture width and height but not cropping  the corners.

var texture2 = new PIXI.Texture(imgtexture, new PIXI.RoundedRectangle(0, 0, 350, 200, 20));

I don't see any difference in results if I use above code or below code.

var texture2 = new PIXI.Texture(imgtexture, new PIXI.Rectangle(0, 0, 350, 200));

Any idea how can I achieve this? I could use mask but I have to render 7 - 8 rounded rect  posters and I think using mask for each poster will be expensive. 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...