A geometry class used in the WebGL framework Three.js to increase performance.
A buffer geometry is a certain type of geometry in the Three.js library that will increase performance and decrease memory usage because it reduces the cost of passing all this data to the GPU.
The official documentation for THREE.BufferGeometry
can be found here