mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-03 06:24:46 -05:00
comment
This commit is contained in:
parent
07967a0acd
commit
a43ba0176f
|
|
@ -6,6 +6,10 @@ using UnityEngine;
|
|||
|
||||
namespace UniVRM10
|
||||
{
|
||||
/// <summary>
|
||||
/// VRM 拡張に含まれる Material 情報を用いて、マイグレーションを行う.
|
||||
/// 前提として、glTF の仕様の範囲で glTFMaterial は既に読み込み済みであると仮定する.
|
||||
/// </summary>
|
||||
public static class MigrationMaterials
|
||||
{
|
||||
private const string DontUseExtensionShaderName = "VRM_USE_GLTFSHADER";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user