mirror of
https://github.com/Linloir/SceneEditor.git
synced 2025-12-17 07:28:12 +08:00
10 lines
153 B
C++
10 lines
153 B
C++
#pragma once
|
||
#include"shader.h"
|
||
|
||
// 发光物不需要纹理,所以说需要另外的shader
|
||
// 在sceneviewer中被包含
|
||
class Illuminant {
|
||
public:
|
||
Illuminant() {};
|
||
|
||
}; |