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/Sandbox/Plugins
rgba16f d4bad61f9a
DebugDraw gem fixes for Atom (#885)
* Work in progress on adapting the DebugDraw gem to use AzFramework::DebugDisplayRequests API

* Cleanup fixes for DebugDisplayRequestBus & DebugDraw gem.

Remove SandboxIntegration implementation of the DebugDisplayRequestBus
Add DrawWireCylinder & DrawWireCone to the DebugDisplayRequestBus interface
Remove SetFillMode & DrawTexture functions from the DebugDisplayRequestBus interface
Fixup uses of the SetFillMode api, replace with new Draw[Wire|Solid]X functions.
Fixes to the DebugDraw gem to get it compiling with new warnings settings.

* Changes to get the DebugDraw gem working with Atom/RHI/Code/Include/Atom/RHI

Add GetWidth, GetHeight, GetDepth utility accessors to RHI::Viewport
Start cleaning out unnecessary Cry includes from DebugDraw gem
Fixes for AtomFont FFont.cpp 3d screen aligned text drawing.
Clean out no longer supported code for 3d text to render multiple strings for the same entity location

* Cleanup some unused or commented code

* Update with PR feedback from Nick Van Sickle
5 years ago
..
ComponentEntityEditorPlugin DebugDraw gem fixes for Atom (#885) 5 years ago
EditorAssetImporter LYN-2537 engine assets (#254) 5 years ago
EditorCommon Remove legacy serialization and QPropertyTree (#684) 5 years ago
FFMPEGPlugin Integrating latest 47acbe8 5 years ago
PerforcePlugin Fixes for compile failures with Clang on Windows (#532) 5 years ago
ProjectSettingsTool Add newlines to the end of all files 5 years ago
CMakeLists.txt Integrating github/Helios_RemoveFbxSdk through commit 6dc2604 (#391) (#560) 5 years ago
QtMocRule.props Initial commit 5 years ago
QtMocRule.targets Initial commit 5 years ago
QtMocRule.xml Initial commit 5 years ago
QtRccRule.props Initial commit 5 years ago
QtRccRule.targets Initial commit 5 years ago
QtRccRule.xml Initial commit 5 years ago
QtUicRule.props Initial commit 5 years ago
QtUicRule.targets Initial commit 5 years ago
QtUicRule.xml Initial commit 5 years ago