public GlossyBsdfNode(string name) : base(ShaderNodeType.Glossy, name) { inputs = new GlossyInputs(this); outputs = new GlossyOutputs(this); Distribution = GlossyDistribution.Beckmann; ins.Color.Value = new float4(); ins.Roughness.Value = 0.0f; }