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
Tom Hulton-Harrop e34ea3bcaa
Fixes for viewport selection issues (#5494)
* improvements to editor selection in the viewport

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix issue with being able to select icons that are not showing for entities inside entity containers

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update comment after review feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates to viewport picking code to simplify the api

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add test to replicate near clip intersection issue

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* small tidy-up changes

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates to how we perform world to screen and screen to world calculations, added test coverage and some tidy-up

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add some more tests for ViewportInteractionImpl

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* minor tweaks before PR feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix typo in fix

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix for manipulator test framework tests

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* updates to RPI::View and RenderPipeline after review feedback from VickyAtAZ

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add constexpr to ScreenPoint, ScreenVector and ScreenSize initializing constructors

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add PrintTo functions for Screen* types

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* downgrade error to warning temporarily

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* check incoming view is null

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* remove pragma optimize off

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.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 Fixes for viewport selection issues (#5494) 4 years ago
IEditorClassFactory.h Nearly all build jobs fail with a missing function in Archive.cpp (#4195) 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 Starting to remove MTL asset references 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 Fixed all errors with default seeds (#5489) 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