Add option to show bounds of the animated model in Editor preview
This commit is contained in:
@@ -617,7 +617,7 @@ void AnimatedModel::DrawGeneric(RenderContext& renderContext)
|
||||
|
||||
void AnimatedModel::OnDebugDrawSelected()
|
||||
{
|
||||
DEBUG_DRAW_WIRE_BOX(_box, Color::Violet * 0.8f, 0, true);
|
||||
DEBUG_DRAW_WIRE_BOX(_box, Color::Violet.RGBMultiplied(0.8f), 0, true);
|
||||
|
||||
// Base
|
||||
ModelInstanceActor::OnDebugDrawSelected();
|
||||
|
||||
Reference in New Issue
Block a user