a661189ea9
* Fix for rendering artifacts on height map update. This was being caused by not always lining up update aabbs with the query resolution correctly. In the future the float -> integer aabb calculations should be abstracted away. Some of this is done in the detail material ID work, but doesn't exist in the stabilization branch so we can circle around to it later. Signed-off-by: Ken Pruiksma <pruiksma@amazon.com> * PR review updates - fixing cast, making constexpr for bytes per pixel. Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>