wasabia / three_dart

three.js rewrite by Dart, Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.
MIT License
444 stars 77 forks source link

Issue rendering effects, via Effect composer #147

Open PasqualeTotaro opened 8 months ago

PasqualeTotaro commented 8 months ago

Hi there, I am trying to use EffectComposer to apply some effects to the scene.

The RenderPass worked as desired, it renders the scene. However I cannot seem to make any other effect work.

I checked and double checked that I am doing everything correctly, but no luck.

Do you have any tips or know any common errors? Has anybody made effects work in Flutter environment?