Is there a way to prevent a PNG image texture from being stretched on a Three.js planeGeometry that is larger than the original image size? Can the geometry be automatically sized to fit the image texture, or at least avoid stretching?
Instead of saving the image sizes and using them to create geometries, I am looking for a more direct or efficient solution. Any suggestions would be greatly appreciated! Thanks!