Skip to content Skip to sidebar Skip to footer
Showing posts with the label Buffer Geometry

Three.js Buffergeometry Vs Geometry For Particles

Some particle examples use THREE.BufferGeometry and others use a simply THREE.Geometry. Some lines… Read more Three.js Buffergeometry Vs Geometry For Particles

How To Add Faces To Three.buffergeometry?

I have created programmatically a simple mesh: var CreateSimpleMesh = new function () { var xy … Read more How To Add Faces To Three.buffergeometry?