HelixToolkit.Wpf.SharpDX.ObjReader.SetMaterial C# (CSharp) Method

SetMaterial() private method

Sets the material for the current group.
private SetMaterial ( string materialName ) : void
materialName string /// The material name. ///
return void
        private void SetMaterial(string materialName)
        {
            this.CurrentGroup.Material = this.GetMaterial(materialName);
        }