0fd69d6d0c
ATOM-15653 Remove Unnecessary Parallax Map Invert Flag Removed the parallax invert flags and instead all the materials assume displacement is always specified as heightmaps. Updated property naming, tooltips, and shader variable names to reflect this. Updated ParallaxMapping.azsli to treat depthOffset as an offset in depth value rather than an offset in height value, so it matches the fact that ParallaxMapping.azsli always operates in depth values rather than height values. Corresponding ASV changes: aws-lumberyard/o3de-atom-sampleviewer#83