Closed vedrankolac closed 1 year ago
This lib is not created for the EffectComposer from pmndrs(yet!), instead use inbuilt one in
import { EffectComposer } from "three/examples/jsm/postprocessing/EffectComposer"
oh... got it! It works now :)
Is there a way to get a result from three/examples/jsm/postprocessing/EffectComposer
to pmndrs EffectComposer
?
i.e. I am using MotionBlurEffect
from realism-effects
and would like to have it work together with N8AOPass
:)
Support has been added right now! Check the docs under Usage (postprocessing).
Great!! Thanks for the help!!
When I instantiate it like this:
I get this error:
I am using this packages: