Skip to content

Commit

Permalink
[loaders] Remove JSON and PLY loaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Nov 22, 2018
1 parent 96861ec commit d079064
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 622 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -17,21 +17,21 @@ src
│   ├── gamepad-controls.js
│   ├── keyboard-controls.js
│   ├── mouse-controls.js
│   └── touch-controls.js
│   ├── touch-controls.js
│   └── trackpad-controls.js <sub><img alt="New" src="https://img.shields.io/badge/status-new-green.svg"></sub>
├── <b>loaders/</b> (<a href="/src/loaders">Documentation</a>)
│   ├── animation-mixer.js
│   ├── fbx-model.js
│   ├── gltf-model-legacy.js
│   ├── json-model.js
│   ├── object-model.js
│   └── ply-model.js
│   └── object-model.js
├── <b>misc/</b> (<a href="/src/misc">Documentation</a>)
│   ├── checkpoint.js
│   ├── cube-env-map.js
│   ├── grab.js
│   ├── jump-ability.js
│   ├── kinematic-body.js <sub><img alt="Deprecated" src="https://img.shields.io/badge/status-deprecated-orange.svg"></sub>
│   ├── mesh-smooth.js
│   ├── normal-material.js <sub><img alt="New" src="https://img.shields.io/badge/status-new-green.svg"></sub>
│   └── sphere-collider.js
├── <b>pathfinding/</b> (<a href="/src/pathfinding">Documentation</a>)
│   ├── nav-mesh.js <sub><img alt="New" src="https://img.shields.io/badge/status-new-green.svg"></sub>
Expand Down

0 comments on commit d079064

Please sign in to comment.