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