Skip to content

Commit

Permalink
GLTFLoader: Update TODO list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Don McCurdy committed Jan 16, 2018
1 parent d67d7ad commit 1941ca0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/js/loaders/GLTFLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {

Expand Down

0 comments on commit 1941ca0

Please sign in to comment.