Is there a way to get the value for the WebGL effects parameters?
For example I created a shader with an Intensity value that's on my layer 0, is there a way to do Layer[0].Effect(myeffect).Param(0) and get the current value ?
I could store them manually on the side, but if I don't have to, I'd rather have a cleaner project.
Thanks