mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
マテリアルエラーを修正
This commit is contained in:
parent
0f3bdf3b2b
commit
9514e7abe1
|
|
@ -72,8 +72,8 @@ Shader "VRM10/MToon10_URP"
|
|||
// Built-in Forward Base Pass
|
||||
Pass
|
||||
{
|
||||
Name "FORWARD_BASE"
|
||||
Tags { "LightMode" = "ForwardBase" }
|
||||
Name "UniversalForward"
|
||||
Tags { "LightMode" = "UniversalForward" }
|
||||
|
||||
Cull [_M_CullMode]
|
||||
Blend [_M_SrcBlend] [_M_DstBlend]
|
||||
|
|
@ -99,6 +99,8 @@ Shader "VRM10/MToon10_URP"
|
|||
#pragma vertex MToonVertex
|
||||
#pragma fragment MToonFragment
|
||||
|
||||
#define MTOON_URP
|
||||
|
||||
#include "./vrmc_materials_mtoon_forward_vertex.hlsl"
|
||||
#include "./vrmc_materials_mtoon_forward_fragment.hlsl"
|
||||
ENDHLSL
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user