insig Posted December 22, 2015 Share Posted December 22, 2015 I need create tween effect with transition to darker sprite in CanvasRenderer. Any idea how to do that without color matrix filter? Why filters are not supported in CanvasRenderer? Quote Link to comment Share on other sites More sharing options...
xerver Posted December 22, 2015 Share Posted December 22, 2015 > Why filters are not supported in CanvasRenderer? Because filters are GLSL Shaders, which are a feature of OpenGL (WebGL) not Canvas. You cannot run shaders on Canvas, therefore they are not supported. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted December 22, 2015 Share Posted December 22, 2015 Well, you can try to make filter with the same mechanism as in webgl and applying blendMode... you need to delve into pixi anyway 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.