mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-02 07:58:14 -05:00
Error Message
This commit is contained in:
parent
e13f94aa9b
commit
772a3d357c
|
|
@ -93,7 +93,7 @@ namespace VRMShaders
|
|||
var occlusionPixels = linearOcclusion.GetPixels32();
|
||||
if (metallicSmoothPixels.Length != occlusionPixels.Length)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
throw new NotImplementedException("Resizing not implemented, please ensure Metallic and Occlusion textures are the same size!");
|
||||
}
|
||||
for (int i = 0; i < metallicSmoothPixels.Length; ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user