Kaynağa Gözat

Examples: Clean up.

Mugen87 5 yıl önce
ebeveyn
işleme
d9acb84654

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

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

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

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