Dandelion 1.1.1
A light-weight 3D builder for educational usage
|
#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 |
场景中最大可容纳的节点数(组数量与物体数量的总和)。 | |