Nusiq / McGdModeling

Minecraft Bedrock Edition model viewer written in Godot
1 stars 1 forks source link

Mode Manager MVP #1

Closed Nusiq closed 2 weeks ago

Nusiq commented 2 weeks ago

ModeManager is a class responsible for tracking the state of the application. The application should be able to work in different modes designed to modify the different parts of the model (similar to Blender which has different modes for editing objects, their meshes, poses etc.). There are following modes planned for the application:

The MVP version of the ModeManager should contain Scene, Bone and Cube modes and shortcuts for switching between them.

Nusiq commented 2 weeks ago

Implemented in 48598a0de314cb6c2b9a236b69afa71c3e4320b9, just needs shortcuts.