Dandelion 1.1.1
A light-weight 3D builder for educational usage
|
#include <memory>
#include <string>
#include <vector>
#include <list>
#include <optional>
#include <chrono>
#include <spdlog/spdlog.h>
#include "group.h"
#include "camera.h"
#include "light.h"
#include "../platform/gl.hpp"
#include "../platform/shader.hpp"
#include "../utils/rendering.hpp"
#include "../geometry/halfedge.h"
类 | |
class | Scene |
表示一个包含相机、光源、物体的完整场景。 更多... | |