Jump to content

Search the Community

Showing results for tags 'pixijs question alphacutoff'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Is there a way in pixijs to do the following: Render sprites with alpha values in the range of 0 to 1 to an offscreen texture, then rendering this texture to screen with alpha cutoff. Meaning, that only the parts where alpha is above 0.x are drawn to screen (with alpha 1.0) and the rest of the pixels with alpha >= 0.x are left completly transparent? I have tried to google for pixijs and alpha cutoff, but found nothing. (Also checking the pixi help for alphaCutoff didn't get me anyware.) It possibly has a different name? Thanks for your help, JP
×
×
  • Create New...