Link to runtime loading/saving tutorial and improve Image documentation
This commit is contained in:
parent
d443f127ef
commit
e5270c0db2
24 changed files with 37 additions and 7 deletions
|
|
@ -8,6 +8,7 @@
|
|||
GLTF nodes generally exist inside of [GLTFState] which represents all data of a GLTF file. Most of GLTFNode's properties are indices of other data in the GLTF file. You can extend a GLTF node with additional properties by using [method get_additional_data] and [method set_additional_data].
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>
|
||||
<link title="GLTF scene and node spec">https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_004_ScenesNodes.md"</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue