Replies: 2 comments 1 reply
-
var pipelineInstance = scene.plugins.get('rexKawaseBlurPipeline').add(camera) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh okay makes sense! Do you know if there is a way to get a "broad" event on the renderer to know when a pipeline gets bound or applied to sth (camera or game object) ? Or you have to manually register the event on the pipeline every time one is bound/used? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to listen to pipeline events on the Blur pipeline. However, when I get the pipeline (for example through
scene.plugins.get("rexKawaseBlurPipeline")
) and try to call theon()
method on it, I get an undefined method error.Anything I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions