Vector.RayTracing.Surface.Surface C# (CSharp) Method

Surface() public method

public Surface ( ) : Vector.Math
return Vector.Math
        public Surface()
        {
            this.roughness = 250;
        }
    }