Dandelion 2.0.0
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
material.hpp 文件参考
#include <cstddef>
#include <Eigen/Core>

浏览该文件的源代码.

struct  Material
 所有材质的基类。 更多...
struct  PhongMaterial
 实现 Phong 材质模型的材质。 更多...

枚举

enum class  MaterialType { Phong }
 材质类型枚举,每一种类型对应一种材质模型。

详细描述

提供所有材质相关类型的定义。