I need to resize a cone which is created by THREE.CylinderGeometry. I need to make it longer and the growing direction toward the negative z-axis while I found the direction was both negative and positive.
I do know the reason is that the scale pivot of the cone is put in it,so anyone can tell me how I can change the scale pivot of a mesh in threejs?