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

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?

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

Three.js Point Clouds, Buffergeometry And Incorrect Transparency

The problem: I have a point cloud with quite a lot of data points (around one million). When I appl… Read more Three.js Point Clouds, Buffergeometry And Incorrect Transparency

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?