diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-08-14 13:55:41 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-08-14 14:57:58 -0500 |
commit | 3bbb50359d1fe392c1e8086e54083631a2fbdce6 (patch) | |
tree | fbf0a51cfbaf1321f82c1a1a4ed50ff35a93a85c /modules/gltf/doc_classes/GLTFLight.xml | |
parent | f2a61684143af02a8cbe7002645af817607f9bd6 (diff) | |
download | redot-engine-3bbb50359d1fe392c1e8086e54083631a2fbdce6.tar.gz |
Document GLTFLight and GLTFSpecGloss
Diffstat (limited to 'modules/gltf/doc_classes/GLTFLight.xml')
-rw-r--r-- | modules/gltf/doc_classes/GLTFLight.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gltf/doc_classes/GLTFLight.xml b/modules/gltf/doc_classes/GLTFLight.xml index 354cd48a06..db2dfb487a 100644 --- a/modules/gltf/doc_classes/GLTFLight.xml +++ b/modules/gltf/doc_classes/GLTFLight.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="GLTFLight" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> + Represents a GLTF light. </brief_description> <description> + Represents a light as defined by the [code]KHR_lights_punctual[/code] GLTF extension. </description> <tutorials> + <link title="KHR_lights_punctual GLTF extension spec">https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_lights_punctual</link> </tutorials> <members> <member name="color" type="Color" setter="set_color" getter="get_color" default="Color(1, 1, 1, 1)"> |