Questions tagged [buffer-geometry]

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

139 questions
0
votes
1 answer

making random vertices/triangles hidden in bufferGeometry

my question is regarding making some vertices/triangles invisible in bufferGeometry. I have copied this shader from another question: