Explorar o código

specified material type (#25117)

WestLangley %!s(int64=2) %!d(string=hai) anos
pai
achega
780bb1b492
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      examples/jsm/loaders/MMDLoader.js

+ 2 - 0
examples/jsm/loaders/MMDLoader.js

@@ -2076,6 +2076,8 @@ class MMDToonMaterial extends ShaderMaterial {
 
 		this.isMMDToonMaterial = true;
 
+		this.type = 'MMDToonMaterial';
+
 		this._matcapCombine = AddOperation;
 		this.emissiveIntensity = 1.0;
 		this.normalMapType = TangentSpaceNormalMap;