浏览代码

GLTFLoader: Update TODO list.

Don McCurdy 7 年之前
父节点
当前提交
1293a71ef4
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      examples/js/loaders/GLTFLoader.js

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

@@ -376,10 +376,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 ) {