Capítulo 642 de 859
A simple caching system, used internally by FileLoader. To enable caching across all loaders that use FileLoader, add THREE.Cache.enabled = true. once in your app.
Properties
| Property | Description |
|---|---|
.enabled : boolean | Whether caching is enabled or not. |
.files : Object.<string, Object> | A dictionary that holds cached files. |