I am currently working with an object in Three.js, which has been exported in JSON format for easier use. I am looking to adjust the width between the X axis of the object without using the scale function, as it affects the angles of the object in ways that are not suitable for my project. The object is more complex than the simple example shown in the photo.
Any suggestions on how I can achieve this manipulation while preserving the angles of the object would be greatly appreciated!