Browse Source

MeshGouraudMaterial: Deprecate module. (#30314)

Michael Herzog 1 năm trước cách đây
mục cha
commit
3af500e84b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      examples/jsm/materials/MeshGouraudMaterial.js

+ 2 - 0
examples/jsm/materials/MeshGouraudMaterial.js

@@ -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
+
 		this.isMeshGouraudMaterial = true;
 
 		this.type = 'MeshGouraudMaterial';

粤ICP备19079148号