Browse Source

Include shading property in Material copy method (#9044)

razh 9 years ago
parent
commit
27bc8a9db9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/materials/Material.js

+ 1 - 0
src/materials/Material.js

@@ -253,6 +253,7 @@ THREE.Material.prototype = {
 
 		this.blending = source.blending;
 		this.side = source.side;
+		this.shading = source.shading;
 		this.vertexColors = source.vertexColors;
 
 		this.opacity = source.opacity;