Open 3D Engine AzFramework API Reference  24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzPhysics::JointVisualizationDefaults Namespace Reference

Default colors, line widths etc for use when visualizing joints. More...

Variables

const float Alpha = 0.6f
 
const AZ::Color ColorDefault = AZ::Color(1.0f, 1.0f, 1.0f, Alpha)
 
const AZ::Color ColorFirst = AZ::Color(1.0f, 0.0f, 0.0f, Alpha)
 
const AZ::Color ColorSecond = AZ::Color(0.0f, 1.0f, 0.0f, Alpha)
 
const AZ::Color ColorSweepArc = AZ::Color(1.0f, 1.0f, 1.0f, Alpha)
 
const float SweepLineDisplaceFactor = 0.5f
 
const float SweepLineThickness = 1.0f
 
const float SweepLineGranularity = 1.0f
 

Detailed Description

Default colors, line widths etc for use when visualizing joints.