Define ITextureImporter

This commit is contained in:
Masataka SUMI
2021-05-26 17:52:53 +09:00
parent c02ae21f70
commit 9157c22eef
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System.Collections.Generic;
using VRMShaders;
namespace UniGLTF
{
/// <summary>
/// glTF から Import できる Texture の生成情報のリストを生成する。
///
/// glTF Texture と Unity Texture の対応関係は N:M である。
/// </summary>
public interface ITextureImporter
{
IReadOnlyDictionary<SubAssetKey, TextureImportParam> GetTextureParams(GltfParser parser);
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 8e671772001d477b82c414ce708b7e7f
timeCreated: 1622018845