You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Various terrain improvements: - Height now stored in a R16_unorm to decrease the amount of memory / memory bandwidth needed for the height field - Many simplifications to the feature processor - Added a shader to render to the depth pre pass - Pulled common functionality needed by depth and forward to a common include shader - Forward shader now outputs to all the expected render targets - Adjusted the way normals and lighting are being calculated Signed-off-by: Ken Pruiksma <pruiksma@amazon.com> * Adding missing shader files. Updated terrain shader to alter the color slightly with height. Signed-off-by: Ken Pruiksma <pruiksma@amazon.com> * Removed pixel shader code from terrain depth pass Signed-off-by: Ken Pruiksma <pruiksma@amazon.com> * Renamed the depth pass shaders to no longer indicate they include a pixel shader. Signed-off-by: Ken Pruiksma <pruiksma@amazon.com> * Removing unneeded code from TerrainCommon.azsli Signed-off-by: Ken Pruiksma <pruiksma@amazon.com> |
4 years ago | |
|---|---|---|
| .. | ||
| AxisGizmo.cpp | 4 years ago | |
| AxisGizmo.h | 4 years ago | |
| BaseObject.cpp | 4 years ago | |
| BaseObject.h | 4 years ago | |
| ClassDesc.cpp | 4 years ago | |
| ClassDesc.h | 4 years ago | |
| DisplayContext.cpp | 4 years ago | |
| DisplayContext.h | 4 years ago | |
| DisplayContextShared.inl | 4 years ago | |
| EntityObject.cpp | 4 years ago | |
| EntityObject.h | 4 years ago | |
| Gizmo.cpp | 4 years ago | |
| Gizmo.h | 4 years ago | |
| GizmoManager.cpp | 4 years ago | |
| GizmoManager.h | 4 years ago | |
| IEntityObjectListener.h | 4 years ago | |
| LineGizmo.cpp | 4 years ago | |
| LineGizmo.h | 4 years ago | |
| ObjectLoader.cpp | 4 years ago | |
| ObjectLoader.h | 4 years ago | |
| ObjectManager.cpp | 4 years ago | |
| ObjectManager.h | 4 years ago | |
| ObjectManagerEventBus.h | 4 years ago | |
| ObjectManagerLegacyUndo.cpp | 4 years ago | |
| ObjectManagerLegacyUndo.h | 4 years ago | |
| SelectionGroup.cpp | 4 years ago | |
| SelectionGroup.h | 4 years ago | |
| SubObjSelection.cpp | 4 years ago | |
| SubObjSelection.h | 4 years ago | |
| TrackGizmo.cpp | 4 years ago | |
| TrackGizmo.h | 4 years ago | |