summaryrefslogtreecommitdiffstats
path: root/modules/gltf/doc_classes/GLTFTextureSampler.xml
diff options
context:
space:
mode:
authortetrapod00 <145553014+tetrapod00@users.noreply.github.com>2024-08-15 10:32:42 -0700
committertetrapod00 <145553014+tetrapod00@users.noreply.github.com>2024-08-15 10:41:47 -0700
commit012ce1eaff3be1ed4f1d4f10d29f545af4aac984 (patch)
tree917767a8fc974a7909b15143e293add76bf34173 /modules/gltf/doc_classes/GLTFTextureSampler.xml
parentee363af0ed65f6ca9a906f6065d0bd9c19dcf9e4 (diff)
downloadredot-engine-012ce1eaff3be1ed4f1d4f10d29f545af4aac984.tar.gz
Fix glTF capitalization in class reference
Diffstat (limited to 'modules/gltf/doc_classes/GLTFTextureSampler.xml')
-rw-r--r--modules/gltf/doc_classes/GLTFTextureSampler.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gltf/doc_classes/GLTFTextureSampler.xml b/modules/gltf/doc_classes/GLTFTextureSampler.xml
index 2b5bad6724..d00ab463c2 100644
--- a/modules/gltf/doc_classes/GLTFTextureSampler.xml
+++ b/modules/gltf/doc_classes/GLTFTextureSampler.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GLTFTextureSampler" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
- Represents a GLTF texture sampler
+ Represents a glTF texture sampler
</brief_description>
<description>
- Represents a texture sampler as defined by the base GLTF spec. Texture samplers in GLTF specify how to sample data from the texture's base image, when rendering the texture on an object.
+ Represents a texture sampler as defined by the base glTF spec. Texture samplers in glTF specify how to sample data from the texture's base image, when rendering the texture on an object.
</description>
<tutorials>
<link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>