summaryrefslogtreecommitdiff
path: root/modules/gltf/extensions/gltf_light.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/extensions/gltf_light.h')
-rw-r--r--modules/gltf/extensions/gltf_light.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gltf/extensions/gltf_light.h b/modules/gltf/extensions/gltf_light.h
index 58fa299dfd..f0765a1bbc 100644
--- a/modules/gltf/extensions/gltf_light.h
+++ b/modules/gltf/extensions/gltf_light.h
@@ -35,6 +35,8 @@
#include "core/io/resource.h"
#include "scene/3d/light_3d.h"
+// https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_lights_punctual
+
class GLTFLight : public Resource {
GDCLASS(GLTFLight, Resource)
friend class GLTFDocument;