I created CylinderBufferGeometry with height of 10 .
now I changed height to 50 and update position attributes,
cylinde.geometry.attributes.position.needsUpdate = true;
but no change in position attributes.
is there anything else I have to do to update buffergeometry