Skip to content

Commit 2de0765

Browse files
authored
Merge pull request #17856 from Mugen87/dev33
Examples: Clean up.
2 parents e7155f2 + d9acb84 commit 2de0765

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/js/loaders/PCDLoader.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* @author Mugen87 / https://github.com/Mugen87
44
*
55
* Description: A THREE loader for PCD ascii and binary files.
6-
*
7-
* Limitations: Compressed binary files are not supported.
8-
*
96
*/
107

118
THREE.PCDLoader = function ( manager ) {

examples/jsm/loaders/PCDLoader.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* @author Mugen87 / https://github.com/Mugen87
44
*
55
* Description: A THREE loader for PCD ascii and binary files.
6-
*
7-
* Limitations: Compressed binary files are not supported.
8-
*
96
*/
107

118
import {

0 commit comments

Comments
 (0)