DaveW - 2023-06-19

I want to map an image onto the surface of a Heightfield, I have messed around with the Fxy demo and I can get an image onto the heightfield, I just can't position it. Setting Material.Texture.Image to the image, MappingMode to tmmObjectLinear and TextureWrap to twNone places the image in one quadrant of the heightfield, but I want the image to be stretched to fill the entire heightfield. I presume the MappingQ/S/R/TCoordinates are involved but I have no idea how. I have tried changing various values for these parameters which certainly does something, but I'm just stumbling around in the dark really.