From afe09ec9144f448323935f4b9b65a8516b3ccdd9 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 17 Sep 2022 22:16:22 -0500 Subject: Minor enhancements to the GLTF module (lights and docs) --- modules/gltf/doc_classes/GLTFDocumentExtension.xml | 2 ++ modules/gltf/doc_classes/GLTFNode.xml | 3 +++ 2 files changed, 5 insertions(+) (limited to 'modules/gltf/doc_classes') diff --git a/modules/gltf/doc_classes/GLTFDocumentExtension.xml b/modules/gltf/doc_classes/GLTFDocumentExtension.xml index d2a9022445..205f6c0f8f 100644 --- a/modules/gltf/doc_classes/GLTFDocumentExtension.xml +++ b/modules/gltf/doc_classes/GLTFDocumentExtension.xml @@ -1,8 +1,10 @@ + [GLTFDocument] extension class. + Extends the functionality of the [GLTFDocument] class by allowing you to run arbitrary code at various stages of GLTF import or export. 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 @@ + GLTF node class. + Represents a GLTF node. GLTF nodes may have names, transforms, children (other GLTF nodes), and more specialized properties (represented by their own classes). + https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_004_ScenesNodes.md" -- cgit v1.2.3