Răsfoiți Sursa

GLTFLoader: Rephrase TODO item.

Don McCurdy 7 ani în urmă
părinte
comite
bbcf7fe848
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      examples/js/loaders/GLTFLoader.js

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -377,7 +377,7 @@ THREE.GLTFLoader = ( function () {
 	 * Specification: https://github.com/KhronosGroup/glTF/pull/874
 	 * Specification: https://github.com/KhronosGroup/glTF/pull/874
 	 *
 	 *
 	 * TODO:
 	 * TODO:
-	 * - Support additional (uncompressed) attributes in addition to those provided by Draco.
+	 * - Support additional uncompressed attributes alongside those provided by Draco.
 	 * - Support fallback to uncompressed data if decoder is not unavailable.
 	 * - Support fallback to uncompressed data if decoder is not unavailable.
 	 * - `primitive.attributes` should be passed to DRACOLoader, but isn't yet supported.
 	 * - `primitive.attributes` should be passed to DRACOLoader, but isn't yet supported.
 	 */
 	 */