-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
feat: support scaleMode for cacheAsTexture options #11578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support scaleMode for cacheAsTexture options #11578
Conversation
pixi.js-base • pixi.js-bunny-mark
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one. Thank you!
Always a pleasure. More to come 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR!! Left a minor tweak request!
@Zyie, I see that fork also triggers the build action "upload build to Stackblitz". if: github.repository == ‘pixijs/pixijs’ |
Hey @mayakwd I'm not a github workflow expert but as long as we still get the pull request bot for all PRs and it publishes all pushes for the main repo then feel free to make a PR for this! |
Reviewed again by Zyie after changes made
Fixes: #11575
Description of change
This feature adds the possibility to specify scaleMode for containers rendered in cacheAsTexture mode.
Pre-Merge Checklist
npm run lint
)npm run test
)