Driving shaders params via mouse interaction.
Use requestRender rather than updateConfig and you can set scene properties (e.g. uniforms) directly.
To interact with uniforms, declare them in the scene file then directly manipulate them from the scene object (not the config) in the JS api.