Skip to content

Commit d079064

Browse files
committed
[loaders] Remove JSON and PLY loaders.
1 parent 96861ec commit d079064

File tree

6 files changed

+5
-622
lines changed

6 files changed

+5
-622
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ src
1717
│   ├── gamepad-controls.js
1818
│   ├── keyboard-controls.js
1919
│   ├── mouse-controls.js
20-
│   └── touch-controls.js
20+
│   ├── touch-controls.js
21+
│   └── trackpad-controls.js <sub><img alt="New" src="https://img.shields.io/badge/status-new-green.svg"></sub>
2122
├── <b>loaders/</b> (<a href="/src/loaders">Documentation</a>)
2223
│   ├── animation-mixer.js
2324
│   ├── fbx-model.js
2425
│   ├── gltf-model-legacy.js
25-
│   ├── json-model.js
26-
│   ├── object-model.js
27-
│   └── ply-model.js
26+
│   └── object-model.js
2827
├── <b>misc/</b> (<a href="/src/misc">Documentation</a>)
2928
│   ├── checkpoint.js
3029
│   ├── cube-env-map.js
3130
│   ├── grab.js
3231
│   ├── jump-ability.js
3332
│   ├── kinematic-body.js <sub><img alt="Deprecated" src="https://img.shields.io/badge/status-deprecated-orange.svg"></sub>
3433
│   ├── mesh-smooth.js
34+
│   ├── normal-material.js <sub><img alt="New" src="https://img.shields.io/badge/status-new-green.svg"></sub>
3535
│   └── sphere-collider.js
3636
├── <b>pathfinding/</b> (<a href="/src/pathfinding">Documentation</a>)
3737
│   ├── nav-mesh.js <sub><img alt="New" src="https://img.shields.io/badge/status-new-green.svg"></sub>

0 commit comments

Comments
 (0)