Hi, I'm very happy to use r3f and react-postprocessing now with my project.
By the way, I found something strange about the OutlineEffect.
I tested the props patternTexture in OutlineEffect, I found that patternTexture type is number. When I follow the OutlineEffect from postprocessing, patternTexture is not number. I think it should be THREE.Texture.
When I just put my pattern image to patternTexture props, it just cover my whole scene like below.

- I think we should allow
visibleEdgeColor,hiddenEdgeColor props type string.
Hi, I'm very happy to use r3f and react-postprocessing now with my project.
By the way, I found something strange about the
OutlineEffect.I tested the props
patternTexturein OutlineEffect, I found thatpatternTexturetype isnumber. When I follow theOutlineEffectfrompostprocessing, patternTexture is not number. I think it should beTHREE.Texture.When I just put my pattern image to

patternTextureprops, it just cover my whole scene like below.visibleEdgeColor,hiddenEdgeColorprops typestring.