Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KTX2Loader TS type to match the JS code (#703)
* Fix KTX2Loader TS type to match the JS code KTX2Loader TS type derives from CompresssedTextureLoader, and overrides its parse method. The actual JS code derives KTX2Loader from Loader and overrides its load method. This change will fix this mismatch. * Update types/three/examples/jsm/loaders/KTX2Loader.d.ts Co-authored-by: Nathan Bierema <nbierema@gmail.com> * Removed load method from KTX2Loader. --------- Co-authored-by: Nathan Bierema <nbierema@gmail.com>
- Loading branch information