Fix glTF capitalization in class reference #95578
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes godotengine/godot-docs#9750 in the class reference.
Replaces user-facing mentions of "GLTF" with "glTF". This includes the class reference and the
README.md
of the glTF module.Does not replace capitalized class names like
GLTFAccessor
. Does not affect any comments in .cpp or .h files.There are some remaining user-facing uses of "GLTF" in error messages, for example here. I feel these are out of scope to fix in this PR.
godot/modules/gltf/extensions/gltf_light.cpp
Line 184 in ee363af