Closed nirtamir2 closed 10 months ago
I run this FakeGlowMaterial and I get an error:
Error: Can not resolve #include <colorspace_fragment>
When I removed the
#include <tonemapping_fragment> #include <colorspace_fragment>
lines - this worked.
Ahh okay. depending on the threejs version your project is running, you need to have different includes. But removing them would not cause any damage. Thanks!
I run this FakeGlowMaterial and I get an error:
When I removed the
lines - this worked.