diff --git a/examples/js/loaders/GLTFLoader.js b/examples/js/loaders/GLTFLoader.js index c8069b8e56bada..b39bc69afd975e 100644 --- a/examples/js/loaders/GLTFLoader.js +++ b/examples/js/loaders/GLTFLoader.js @@ -484,10 +484,7 @@ THREE.GLTFLoader = ( function () { * * Specification: https://github.com/KhronosGroup/glTF/pull/874 * - * TODO: - * - Support additional uncompressed attributes alongside those provided by Draco. - * - Support fallback to uncompressed data if decoder is not unavailable. - * - `primitive.attributes` should be passed to DRACOLoader, but isn't yet supported. + * TODO: Support fallback to uncompressed data if decoder is unavailable. */ function GLTFDracoMeshCompressionExtension ( dracoLoader ) {