public void SmoothMesh(IMesh maxMesh, MyMesh myMesh) { //todo: get angle from material for smoothing maxMesh.AutoSmooth((float)DegreeToRadian(30.0), false, true); }