http://www.babylonjs.com/cyos/#R10WU#1 What would be the process to smoothing out the angle limits in this demo? I am assuming i will have to make a float array and store the clamp values in that, then see how far along the region it is by a percentage, so for example if the angle range is 1 - 0.9 if the value is 0.95 that would be at 50% and should blend the two color values half and half?