コード例 #1
0
ファイル: Visitor.cs プロジェクト: rstoki/FbxSharp
 protected void _AcceptFbxLayerElementTexture(FbxLayerElementTexture tex, ISet <object> visitedObjects)
 {
     throw new NotImplementedException();
     //if (tex == null) return;
     //
     //LayerElementArrayT<Texture> tarray = tex.GetDirectArray();
     //
     //int i;
     //for (i = 0; i < tarray.List.Count; i++)
     //{
     //    Accept(tarray.GetAt(i));
     //}
 }
コード例 #2
0
ファイル: FbxLayer.cs プロジェクト: shoff/FbxSharp
 public void SetTextures(FbxLayerElement.EType pType, FbxLayerElementTexture pTextures)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Visitor.cs プロジェクト: shoff/FbxSharp
 public virtual void Visit(FbxLayerElementTexture tex)
 {
 }