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.
o3de/Code/Editor/Include
Ken Pruiksma d17ac748ac
Various terrain improvements: (#3942)
* 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
..
Command.h Legacy code cleanup - part 3 (#3903) 4 years ago
EditorCoreAPI.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorCoreAPI.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
HitContext.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IAnimationCompressionManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IAssetItem.h Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
IAssetItemDatabase.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IAssetViewer.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IBaseLibraryManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ICommandManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IConsoleConnectivity.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IDataBaseItem.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IDataBaseLibrary.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IDataBaseManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IDisplayViewport.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IEditorClassFactory.h Merge branch 'development' into cmake/SPEC-7179 4 years ago
IEditorFileMonitor.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IEditorMaterial.h Legacy code cleanup - part 3 (#3903) 4 years ago
IEditorMaterialManager.h Legacy code cleanup - part 3 (#3903) 4 years ago
IErrorReport.h Legacy code cleanup - part 3 (#3903) 4 years ago
IEventLoopHook.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IExportManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IFacialEditor.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IFileUtil.h Legacy cleanup, part 2 (#3659) 4 years ago
IGizmoManager.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IIconManager.h Merge branch 'development' into cmake/SPEC-7179 4 years ago
IImageUtil.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IKeyTimeSet.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ILogFile.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IObjectManager.h Legacy code cleanup - part 3 (#3903) 4 years ago
IPlugin.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IPreferencesPage.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IRenderListener.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ISourceControl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ITextureDatabaseUpdater.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ITransformManipulator.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
IViewPane.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ObjectEvent.h Various terrain improvements: (#3942) 4 years ago
SandboxAPI.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago