CylinderGeometry
A description of a cylinder.
// create cylinder geometry
const cylinder = new CylinderGeometry({
length: 200000,
topRadius: 80000,
bottomRadius: 200000,
});
const geometry = CylinderGeometry.createGeometry(cylinder);
Content copied to clipboard