mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
Merge pull request #2504 from mrxz/alpha-mode-warning
Don't log warning when `alphaMode` property is not set on glTFMaterial
This commit is contained in:
@@ -244,6 +244,7 @@ namespace UniVRM10
|
||||
{
|
||||
switch (material?.alphaMode)
|
||||
{
|
||||
case null:
|
||||
case "OPAQUE":
|
||||
return MToon10AlphaMode.Opaque;
|
||||
case "MASK":
|
||||
|
||||
Reference in New Issue
Block a user