point light

This commit is contained in:
Confideo-IOM
2026-07-17 21:06:44 +01:00
parent 2fc305bc4d
commit b7aa111438
48 changed files with 405 additions and 186 deletions
@@ -1,5 +1,5 @@
#ifndef HYDRALIGHTACTOR
#define HYDRALIGHTACTOR
#ifndef HYDRADIRECTIONALLIGHTACTOR
#define HYDRADIRECTIONALLIGHTACTOR
#include "HydraActor.h"
class CLASS_DEFINE HydraDirectionalLightActor : public HydraActor
@@ -15,4 +15,4 @@ class CLASS_DEFINE HydraDirectionalLightActor : public HydraActor
};
#endif /* HYDRALIGHTACTOR */
#endif /* HYDRADIRECTIONALLIGHTACTOR */