diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-19 09:25:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-19 09:25:13 +0200 |
commit | 63c0dc690e06731224e88911ed16d1b798b681b5 (patch) | |
tree | 6410b5134348b64328db52325e654d450a2f95cc /modules/gltf/doc_classes/GLTFNode.xml | |
parent | 97a6c9f16d6c84e281e3cf5eea49263b2b81be34 (diff) | |
parent | afe09ec9144f448323935f4b9b65a8516b3ccdd9 (diff) |
Merge pull request #66087 from aaronfranke/gltf-minor-light
Minor enhancements to the GLTF module (lights and docs)
Diffstat (limited to 'modules/gltf/doc_classes/GLTFNode.xml')
-rw-r--r-- | modules/gltf/doc_classes/GLTFNode.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gltf/doc_classes/GLTFNode.xml b/modules/gltf/doc_classes/GLTFNode.xml index e933e6046a..4d1aa89ac9 100644 --- a/modules/gltf/doc_classes/GLTFNode.xml +++ b/modules/gltf/doc_classes/GLTFNode.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="GLTFNode" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> + GLTF node class. </brief_description> <description> + Represents a GLTF node. GLTF nodes may have names, transforms, children (other GLTF nodes), and more specialized properties (represented by their own classes). </description> <tutorials> + <link title="GLTF scene and node spec">https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_004_ScenesNodes.md"</link> </tutorials> <members> <member name="camera" type="int" setter="set_camera" getter="get_camera" default="-1"> |