mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 19:38:13 -05:00
Define ITextureImporter
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8e671772001d477b82c414ce708b7e7f
|
||||
timeCreated: 1622018845
|
||||
Reference in New Issue
Block a user