Henry00IS / ShapeEditor

2D Shape Editor for Unity Editor to create complex 3D meshes out of 2D shapes with RealtimeCSG support.
MIT License
101 stars 9 forks source link

Focus hotkey to center and zoom the selection into view #22

Open Henry00IS opened 2 years ago

Henry00IS commented 2 years ago

A focus hotkey like F that automatically centers and zooms the entire selection into view.

Calculate the bounding box of the active selection and then ensure that's the active view (with panning and zooming).