Dandelion 1.1.1
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
toolbar.h 文件参考
#include <cstddef>
#include <optional>
#include <functional>
#include "selection_helper.h"
#include "../scene/scene.h"
#include "../utils/rendering.hpp"

浏览该文件的源代码.

class  UI::Toolbar
 工具栏提供大部分对场景、物体、相机和光源的操作。 更多...
 

变量

constexpr std::size_t UI::MAX_SCENE_NODES = 100
 场景中最大可容纳的节点数(组数量与物体数量的总和)。