Closed pilishen closed 4 months ago
@pilishen I will try to prepare an example to show how you would approach Custom Shaders and most probably add docs about it. Thanks for raising this question.
@pilishen I will try to prepare an example to show how you would approach Custom Shaders and most probably add docs about it. Thanks for raising this question.
glad to hear that, thanks, you're awesome~ @alvarosabu
To make it easy to add custom effects, could you export useEffect
composable?
As in #105.
useEffect
is now exposed. So passing custom effects should work by creating an own component that uses the composable. The Pixelation component should be a good reference. @pilishen Let me know if this helps.
thanks for this great package, it's so elagant, really appreciate
I'm having difficulty in passing custom shader effect into the
EffectComposer
, is it possible currently?Suppose besides Bloom Effect, i still want to pass another shader effect, how could i achieve that?
That's my first attempt, but it didn't work, any help? thanks