summaryrefslogtreecommitdiff
path: root/modules/gltf/extensions/gltf_spec_gloss.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-08-14 13:55:41 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-08-14 14:57:58 -0500
commit3bbb50359d1fe392c1e8086e54083631a2fbdce6 (patch)
treefbf0a51cfbaf1321f82c1a1a4ed50ff35a93a85c /modules/gltf/extensions/gltf_spec_gloss.h
parentf2a61684143af02a8cbe7002645af817607f9bd6 (diff)
Document GLTFLight and GLTFSpecGloss
Diffstat (limited to 'modules/gltf/extensions/gltf_spec_gloss.h')
-rw-r--r--modules/gltf/extensions/gltf_spec_gloss.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gltf/extensions/gltf_spec_gloss.h b/modules/gltf/extensions/gltf_spec_gloss.h
index a45fa4296c..2b4d3ee609 100644
--- a/modules/gltf/extensions/gltf_spec_gloss.h
+++ b/modules/gltf/extensions/gltf_spec_gloss.h
@@ -34,6 +34,11 @@
#include "core/io/image.h"
#include "core/io/resource.h"
+// KHR_materials_pbrSpecularGlossiness is an archived GLTF extension.
+// This means that it is deprecated and not recommended for new files.
+// However, it is still supported for loading old files.
+// https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness
+
class GLTFSpecGloss : public Resource {
GDCLASS(GLTFSpecGloss, Resource);
friend class GLTFDocument;