Browse Source

Material: Documented onBeforeCompile expected parameters.

Mr.doob 5 năm trước cách đây
mục cha
commit
722e6df536
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/materials/Material.js

+ 1 - 1
src/materials/Material.js

@@ -83,7 +83,7 @@ Material.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
 
 	isMaterial: true,
 
-	onBeforeCompile: function () {},
+	onBeforeCompile: function ( /* shaderobject, renderer */ ) {},
 
 	setValues: function ( values ) {