Add support for focusing on model when painting its vertices
This commit is contained in:
@@ -543,6 +543,9 @@ namespace FlaxEditor.Tools
|
||||
/// <inheritdoc />
|
||||
public override bool IsControllingMouse => IsPainting;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override BoundingSphere FocusBounds => _selectedModel?.Sphere ?? base.FocusBounds;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void Update(float dt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user