FIFO cache implementation in three.js that is used to cache THREE.Object3D instances.s
Items cached in object hash and age managed by linked list for O(1) performance.
THis class can be used to cache any JavaScript object.
However, the TypeScript is written in a three.js context.
FIFO cache implementation in
three.jsthat is used to cacheTHREE.Object3Dinstances.s Items cached in object hash and age managed by linked list for O(1) performance.THis class can be used to cache any JavaScript object. However, the TypeScript is written in a
three.jscontext.Author
André Wisén
Copyright
MIT