Skip to content

Commit

Permalink
GLTFLoader: Remove deprecated code. (#29502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Sep 26, 2024
1 parent 9717cc9 commit 2cc4756
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/jsm/loaders/GLTFLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,6 @@ class GLTFLoader extends Loader {

}

setDDSLoader() {

throw new Error(

'THREE.GLTFLoader: "MSFT_texture_dds" no longer supported. Please update to "KHR_texture_basisu".'

);

}

setKTX2Loader( ktx2Loader ) {

this.ktx2Loader = ktx2Loader;
Expand Down

0 comments on commit 2cc4756

Please sign in to comment.