Пример #1
0
        public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
        {
            if (this.smoothing.Get() != null)
            {
                elements.Remove(this.smoothing.Get());
            }

            elements.Add(pSmoothing);
        }
Пример #2
0
 public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
 {
     throw new NotImplementedException();
 }