Gems/PhysX
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -334,15 +334,13 @@ namespace PhysX
|
||||
}
|
||||
|
||||
void EditorSubComponentModeAngleCone::ConfigureLinearView(
|
||||
float axisLength, const AZ::Color& axis1Color, const AZ::Color& axis2Color,
|
||||
float axisLength, [[maybe_unused]] const AZ::Color& axis1Color, const AZ::Color& axis2Color,
|
||||
const AZ::Color& axis3Color)
|
||||
{
|
||||
const float coneLength = 0.28f;
|
||||
const float coneRadius = 0.07f;
|
||||
const float lineWidth = 0.05f;
|
||||
|
||||
const AZ::Color axesColor[] = { axis1Color, axis2Color, axis3Color };
|
||||
|
||||
const auto configureLinearView = [lineWidth, coneLength, axisLength, coneRadius](
|
||||
AzToolsFramework::LinearManipulator* linearManipulator, const AZ::Color& color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user