public ColorValueInterpolator()
 {
     _colorInterpolator = new ColorInterpolator();
 }
 public LightingValueInterpolator()
 {
     _colorInterpolator  = new ColorInterpolator();
     _doubleInterpolator = new FloatInterpolator();
 }