فهرست منبع

fix auto transparency

sunag 8 سال پیش
والد
کامیت
0d1e856947
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/js/nodes/NodeMaterial.js

+ 1 - 1
examples/js/nodes/NodeMaterial.js

@@ -212,7 +212,7 @@ THREE.NodeMaterial.prototype.build = function() {
 	}
 
 	this.lights = this.requestAttribs.light;
-	this.transparent = this.requestAttribs.transparent || this.blendMode > THREE.NormalBlending;
+	this.transparent = this.requestAttribs.transparent || this.blending > THREE.NormalBlending;
 
 	this.vertexShader = [
 		this.prefixCode,