Browse Source

SSAAPassNode: Clean up. (#29647)

Michael Herzog 1 year ago
parent
commit
03b051119e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/jsm/tsl/display/SSAAPassNode.js

+ 0 - 1
examples/jsm/tsl/display/SSAAPassNode.js

@@ -210,7 +210,6 @@ class SSAAPassNode extends PassNode {
 		this._quadMesh.material.depthWrite = false;
 		this._quadMesh.material.depthWrite = false;
 		this._quadMesh.material.premultipliedAlpha = true;
 		this._quadMesh.material.premultipliedAlpha = true;
 		this._quadMesh.material.blending = AdditiveBlending;
 		this._quadMesh.material.blending = AdditiveBlending;
-		this._quadMesh.material.normals = false;
 		this._quadMesh.material.name = 'SSAA';
 		this._quadMesh.material.name = 'SSAA';
 
 
 		return super.setup( builder );
 		return super.setup( builder );

粤ICP备19079148号