From 40b5776454f41f7bea01808595eb6f737634c243 Mon Sep 17 00:00:00 2001 From: Pontus Leitzler Date: Sat, 3 Oct 2015 23:47:32 +0200 Subject: [PATCH] Removed shading property for MeshNormalMaterial --- examples/webgl_performance_static.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webgl_performance_static.html b/examples/webgl_performance_static.html index 58d35eb53f..68ae7cc5b5 100644 --- a/examples/webgl_performance_static.html +++ b/examples/webgl_performance_static.html @@ -48,7 +48,7 @@ scene = new THREE.Scene(); - var material = new THREE.MeshNormalMaterial( { shading: THREE.SmoothShading } ); + var material = new THREE.MeshNormalMaterial( { } ); var loader = new THREE.JSONLoader(); loader.load( 'obj/Suzanne.js', function ( geometry ) { -- GitLab