コード例 #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();
 }