Skip to content

Commit

Permalink
remove deprecated method (#28481)
Browse files Browse the repository at this point in the history
Co-authored-by: aardgoose <angus.sawyer@email.com>
  • Loading branch information
aardgoose and aardgoose authored May 24, 2024
1 parent 610cf0b commit 66afee9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/jsm/renderers/common/Renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -708,14 +708,6 @@ class Renderer {

}

getArrayBuffer( attribute ) { // @deprecated, r155

console.warn( 'THREE.Renderer: getArrayBuffer() is deprecated. Use getArrayBufferAsync() instead.' );

return this.getArrayBufferAsync( attribute );

}

async getArrayBufferAsync( attribute ) {

return await this.backend.getArrayBufferAsync( attribute );
Expand Down

0 comments on commit 66afee9

Please sign in to comment.