PBR Factored

This commit is contained in:
Confideo-IOM
2026-07-18 18:39:17 +01:00
parent b7aa111438
commit 120f18b1f9
19 changed files with 218 additions and 72 deletions
@@ -0,0 +1,18 @@
#ifndef HYDRASPOTLIGHTACTOR
#define HYDRASPOTLIGHTACTOR
#include "HydraActor.h"
class CLASS_DEFINE HydraSpotLightActor : public HydraActor
{
private:
protected:
public:
virtual void InitialiseComponents() override;
virtual void Destroy() override;
};
#endif /* HYDRASPOTLIGHTACTOR */