提交 a98f4007 编写于 作者: M Mr.doob

Three.Legacy: Fixed derivatives.

上级 4a8ad05e
......@@ -312,6 +312,10 @@ Object.defineProperties( THREE.Material.prototype, {
Object.defineProperties( THREE.ShaderMaterial.prototype, {
derivatives: {
get: function () {
console.warn( 'THREE. ShaderMaterial: .derivatives has been moved to .extensions.derivatives.' );
return this.extensions.derivatives;
},
set: function ( value ) {
console.warn( 'THREE. ShaderMaterial: .derivatives has been moved to .extensions.derivatives.' );
this.extensions.derivatives = value;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册