2022-12-15 18:43:04 +08:00

11 lines
154 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#include"shader.h"
// 发光物不需要纹理所以说需要另外的shader
// 在sceneviewer中被包含
class Illuminant {
public:
Illuminant() {};
};