コード例 #1
0
ファイル: ImageUtils.cs プロジェクト: zonneryx/SharpThreejs
 public static Texture loadTexture(string p1, THREE.MappingMode m, Action action)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: ImageUtils.cs プロジェクト: zonneryx/SharpThreejs
 public static Texture loadTexture(string p1, THREE.MappingMode m, object render)
 {
     return(null);
 }