mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-10 18:03:41 -05:00
VRMShaders.{NormalConverter,OcclusionMetallicRoughnessConverter}
This commit is contained in:
parent
d32ca24f8b
commit
fd198ac10d
|
|
@ -1,5 +1,6 @@
|
|||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
using VRMShaders;
|
||||
|
||||
namespace UniGLTF
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using UnityEngine;
|
||||
using VRMShaders;
|
||||
|
||||
namespace UniGLTF
|
||||
|
||||
namespace VRMShaders
|
||||
{
|
||||
public static class NormalConverter
|
||||
{
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
using VRMShaders;
|
||||
|
||||
namespace UniGLTF
|
||||
|
||||
namespace VRMShaders
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
Loading…
Reference in New Issue
Block a user