public AdvancedRenderCommonValues(Value.Path basepath)
 {
     AlphaTextureParam        = new AlphaTextureParameter(basepath);
     UVDistortionTextureParam = new UVDistortionTextureParameter(basepath);
     AlphaCutoffParam         = new AlphaCutoffParameter();
     BlendTextureParams       = new BlendTextureParameters(basepath);
     SoftParticleParams       = new SoftParticleParameters();
 }
 public AdvancedRenderCommonValues2(Value.Path basepath)
 {
     EnableBlendTexture = new Value.Boolean(false);
     BlendTextureParams = new BlendTextureParameters(basepath);
 }