A shadcn-styled menu bar for the mesh editor.
Provides a Mode menu for switching between object/edit modes and a ButtonGroup for selecting the edit sub-mode (vertex, edge, face).
<MeshEditorMenuBar mode="edit" editMode="vertex" onModeChange={setMode} onEditModeChange={setEditMode}/> Copy
<MeshEditorMenuBar mode="edit" editMode="vertex" onModeChange={setMode} onEditModeChange={setEditMode}/>
A shadcn-styled menu bar for the mesh editor.
Provides a Mode menu for switching between object/edit modes and a ButtonGroup for selecting the edit sub-mode (vertex, edge, face).