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.js
that is used to cacheTHREE.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.Author
André Wisén
Copyright
MIT