Replies: 1 comment
-
https://api.haxeflixel.com/flixel/FlxCamera.html#setFilters import openfl.filters.ShaderFilter;
//...
FlxG.camera.setFilters([new ShaderFilter(new MyCustomShader())]); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have made an OpenFL shader and I want to apply to a camera, I have no found to way to do that thus far.
All help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions