Dandelion 1.1.1
A light-weight 3D builder for educational usage
|
#include <memory>
#include <variant>
#include <spdlog/spdlog.h>
#include "menubar.h"
#include "toolbar.h"
#include "selection_helper.h"
#include "../platform/gl.hpp"
#include "../platform/shader.hpp"
#include "../scene/camera.h"
#include "../scene/scene.h"
类 | |
class | Controller |
控制器管理所有的界面组件,并处理和预览视角操作(例如旋转、缩放或者平移)相关的输入。 更多... | |