Browse Source

Merge pull request #17856 from Mugen87/dev33

Examples: Clean up.
Michael Herzog 5 years ago
parent
commit
2de07650ac
2 changed files with 0 additions and 6 deletions
  1. 0 3
      examples/js/loaders/PCDLoader.js
  2. 0 3
      examples/jsm/loaders/PCDLoader.js

+ 0 - 3
examples/js/loaders/PCDLoader.js

@@ -3,9 +3,6 @@
  * @author Mugen87 / https://github.com/Mugen87
  *
  * Description: A THREE loader for PCD ascii and binary files.
- *
- * Limitations: Compressed binary files are not supported.
- *
  */
 
 THREE.PCDLoader = function ( manager ) {

+ 0 - 3
examples/jsm/loaders/PCDLoader.js

@@ -3,9 +3,6 @@
  * @author Mugen87 / https://github.com/Mugen87
  *
  * Description: A THREE loader for PCD ascii and binary files.
- *
- * Limitations: Compressed binary files are not supported.
- *
  */
 
 import {