better formatting and changes from feedback
This commit is contained in:
@@ -1160,8 +1160,8 @@ namespace AZ::AtomBridge
|
||||
// Draw 3 axis aligned circles
|
||||
const float stepAngle = DegToRad(11.25f);
|
||||
const float startAngle = DegToRad(0.0f);
|
||||
const float stopAngle = DegToRad(360.0f) + startAngle;
|
||||
SingleColorDynamicSizeLineHelper lines(2+static_cast<int>(360.0f/11.25f)); // num disk segments + 1 for axis line + 1 for spare
|
||||
const float stopAngle = DegToRad(360.0f);
|
||||
SingleColorDynamicSizeLineHelper lines(2 + static_cast<int>(360.0f / 11.25f)); // num disk segments + 1 for axis line + 1 for spare
|
||||
const AZ::Vector3 radiusV3 = AZ::Vector3(radius);
|
||||
CreateArbitraryAxisArc(
|
||||
lines,
|
||||
|
||||
Reference in New Issue
Block a user