diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-11-13 14:37:27 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-11-14 12:05:54 +0100 |
commit | e5270c0db22248bd318a77681a7f4e06baf26a8d (patch) | |
tree | 4786eedb453aa66dbc951647d08316d24c7a5d58 /modules/gltf/doc_classes/GLTFTextureSampler.xml | |
parent | d443f127ef1db9fb2fe623ba1c17ded5402aff10 (diff) | |
download | redot-engine-e5270c0db22248bd318a77681a7f4e06baf26a8d.tar.gz |
Link to runtime loading/saving tutorial and improve Image documentation
Diffstat (limited to 'modules/gltf/doc_classes/GLTFTextureSampler.xml')
-rw-r--r-- | modules/gltf/doc_classes/GLTFTextureSampler.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/doc_classes/GLTFTextureSampler.xml b/modules/gltf/doc_classes/GLTFTextureSampler.xml index 027d35e9d2..2b5bad6724 100644 --- a/modules/gltf/doc_classes/GLTFTextureSampler.xml +++ b/modules/gltf/doc_classes/GLTFTextureSampler.xml @@ -7,6 +7,7 @@ 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> </tutorials> <members> <member name="mag_filter" type="int" setter="set_mag_filter" getter="get_mag_filter" default="9729"> |