Files
o3de/Gems/Atom/Feature/Common/Code/Source
Ken Pruiksma 8791ae7ed7 Terrain feature processor improvements regarding material, mesh, and lod (#4303)
* Terrain feature processor improvements regarding material, mesh, and lod
- Now using a material with pbr lighting for terrain. Removed some of the old shader code that wasn't needed anymore
- Move heightmap image declaration to the material so it's not needed in the object SRG anymore
- Added prototype code (commented out) for smoothing the terrain with a b-spline weighting function
- Mesh data is all made with a proper mesh asset now.
- Added basic LOD support (no continuous LOD yet, but it does pop between lod levels)
- Moved RenderCommon to be accessible publicly. It contains stencil refs that should be public.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Fixing terrain's per object srg because of changes in the default per object srg.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* PR Fixes

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Removing unused static.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>
2021-09-28 15:31:59 -05:00
..
2021-08-18 16:59:34 -05:00
2021-09-10 20:16:11 -07:00
2021-07-30 18:53:50 -07:00
2021-09-03 20:35:39 -07:00
2021-08-16 16:03:36 -07:00
2021-08-23 13:01:33 -07:00
2021-09-02 18:24:25 -07:00
2021-08-16 16:05:31 -07:00
2021-09-10 20:16:11 -07:00
2021-08-30 13:10:41 -07:00