I would like to have an image projected onto the surface such that I can move the verts around and not have the image distort. I have found that Generated and Object coords give me this option, but Object forces the aspect ratio to be a square and Generated depends on the aspect of the geometry when the texture was applied. Is there any way to do this where the image gets projected as is and I can move the geometry to fit the projection? Or is my only option to UV unwrap or try match the aspect of the image and geometry from the start and use Generated? Here is an example of the affect I am looking for:
I've dragged the verts away and the image hasn't stretched with it, but the image is squished to a square aspect ratio here.
UV unwrap is the way to go.
Once the UVs are unwrapped the texture will be mapped to the UV map, then moving the vertices in edit mode will stretch the texture but won't change the UV map.
Use the UV output on the texture coordinate node.
Note: You'll need to add the image in the UV Editor and adjust the UV's to the image as a starting point.
Hi
dbro0808 ,
If I understand you correctly....use Object Coordinates.
It forces it to be a square Aspect Ratio, because that's what the Object was, when you started. You can Scale the Object and (this is about the only time you want this) do not Apply the Scale.
Alternatively, use an Empty as Object in the Object Texture Coordinates. Then you can Move and Scale and Rotate the Empty. It will use the Empty as the Object's Origin for the Texture Coordinates.