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