mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-02 22:14:30 -05:00
make internal
This commit is contained in:
parent
a43ba0176f
commit
b1710eb5d1
|
|
@ -10,7 +10,7 @@ namespace UniVRM10
|
|||
/// 過去の UniVRM において、KHR_materials_unlit 拡張を使わず、VRM 拡張を用いて Unlit を表現していた Material をマイグレーションする。
|
||||
/// KHR_materials_unlit を用いてマイグレーションする.
|
||||
/// </summary>
|
||||
public static class MigrationLegacyUnlitMaterial
|
||||
internal static class MigrationLegacyUnlitMaterial
|
||||
{
|
||||
public static bool Migrate(glTF gltf, IReadOnlyList<JsonNode> vrm0XMaterials)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using RenderMode = MToon.RenderMode;
|
|||
|
||||
namespace UniVRM10
|
||||
{
|
||||
public static class MigrationMToonMaterial
|
||||
internal static class MigrationMToonMaterial
|
||||
{
|
||||
private const string MigrationMToon10SpecVersion = "1.0-draft";
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ namespace UniVRM10
|
|||
/// 過去の UniVRM の "VRM/UnlitTransparentZWrite" シェーダをマイグレーションする.
|
||||
/// 他の Unlit シェーダと違い、VRMC_materials_mtoon を用いてマイグレーションする.
|
||||
/// </summary>
|
||||
public static class MigrationUnlitTransparentZWriteMaterial
|
||||
internal static class MigrationUnlitTransparentZWriteMaterial
|
||||
{
|
||||
private const string MigrationMToon10SpecVersion = "1.0-draft"; // NOTE: vrm-1.0 spec
|
||||
private const int MaxRenderQueueOffset = 9; // NOTE: vrm-1.0 spec
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user