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