Dandelion 1.1.1
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
controller.h 文件参考
#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
 控制器管理所有的界面组件,并处理和预览视角操作(例如旋转、缩放或者平移)相关的输入。 更多...