GBear Posted August 22, 2016 Share Posted August 22, 2016 hi. how can i get emissive on pixi.js ? no emissive Quote Link to comment Share on other sites More sharing options...
SpotTheOrange Posted August 22, 2016 Share Posted August 22, 2016 I don't think there is any built in support for emissive color in pixi but you can still get the effect quite easily. If you are using WebGL you could try using a bloom filter - https://pixijs.github.io/docs/PIXI.filters.BloomFilter.html If canvas support is a requirement you could just create a blurred version of the asset in an image editor and then overly it. Hope that helps! Quote Link to comment Share on other sites More sharing options...
DexterZ Posted August 22, 2016 Share Posted August 22, 2016 That can easily be done in Photoshop or even in Paint.Net and save it as PNG image file ^ _ ^ y Quote Link to comment Share on other sites More sharing options...
GBear Posted August 23, 2016 Author Share Posted August 23, 2016 @SpotTheOrange hi Spot..~~ Thx answer.. i'm using webgl.. and i will test bloomfilter.. but it's not light to use in mobile.. how do you think?@DexterZ hi DexterZ .. Thx.. i will do Quote Link to comment Share on other sites More sharing options...
SpotTheOrange Posted August 24, 2016 Share Posted August 24, 2016 I don't think it should be too bad. If it turns out to be a problem you can always fall back to blurring it in an image editor. Quote Link to comment Share on other sites More sharing options...
GBear Posted August 29, 2016 Author Share Posted August 29, 2016 @SpotTheOrange hi Spot~~ so you think bloomFilter or Blur is using good into mobile? and it is not heavy to use ? i will test first ^^/ and i will update result.. thx..SpotTheOrange.. 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.