예제 #1
0
파일: FbxLayer.cs 프로젝트: rstoki/FbxSharp
        public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
        {
            if (this.smoothing.Get() != null)
            {
                elements.Remove(this.smoothing.Get());
            }

            elements.Add(pSmoothing);
        }
예제 #2
0
파일: FbxLayer.cs 프로젝트: shoff/FbxSharp
 public void SetSmoothing(FbxLayerElementSmoothing pSmoothing)
 {
     throw new NotImplementedException();
 }