I am trying to resize a cone that is generated using THREE.CylinderGeometry. My goal is to make it longer and have it grow in the direction of the negative z-axis, but I've noticed that currently it's growing in both negative and positive directions.
I suspect this might be due to the scale pivot of the cone being placed inside it. Can anyone provide guidance on how I can adjust the scale pivot of a mesh in threejs?