@@ -319,6 +319,8 @@ class MeshGouraudMaterial extends ShaderMaterial {
super();
+ console.warn( 'THREE.MeshGouraudMaterial: MeshGouraudMaterial has been deprecated and will be removed with r183. Use THREE.MeshLambertMaterial instead.' ); // @deprecated r173