I’m trying to create a custom shader effect by overriding the gsplatPS shader chunk.
Is it possible to get the world position of the currently rendered pixel?
I’ve tried setting the shader define VARYING_VPOSITIONW but that doesnt seem to add it.
material.setDefine('VARYING_VPOSITIONW', true);