提交 a03e57a1 编写于 作者: L Lewy Blue 提交者: Mr.doob

Added deprecation warning to WebGLRenderer/.supportsVertexTextures() (#10037)

上级 cfc247c9
......@@ -575,6 +575,7 @@ Object.assign( WebGLRenderer.prototype, {
return this.extensions.get( 'EXT_blend_minmax' );
},
supportsVertexTextures: function () {
console.warn( 'THREE.WebGLRenderer: .supportsVertexTextures() is now .capabilities.vertexTextures.' );
return this.capabilities.vertexTextures;
},
supportsInstancedArrays: function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册