Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix glTF capitalization in manual #9754

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

tetrapod00
Copy link
Contributor

Fixes #9750. See also godotengine/godot#95578.

@@ -45,11 +45,11 @@ These APIs can also be used to provide bidirectional communication between the h
Godot instance allowing for greater control over the desired experience.

We showcase how this is done using a sample Android app that embeds the Godot Engine as an Android view,
and uses it to render 3D GLTF models.
and uses it to render 3D glTF models.

The `GLTF Viewer <https://github.com/m4gr3d/Godot-Android-Samples/tree/master/apps/gltf_viewer>`_ sample app uses an `Android RecyclerView component <https://developer.android.com/develop/ui/views/layout/recyclerview>`_ to create
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left the references to GLTF Viewer alone because it's the name of an external project.

@AThousandShips AThousandShips added area:manual Issues and PRs related to the Manual/Tutorials section of the documentation topic:import labels Aug 15, 2024
@skyace65 skyace65 merged commit 35e2adc into godotengine:master Aug 16, 2024
1 check passed
@skyace65
Copy link
Contributor

Thanks!

@tetrapod00 tetrapod00 deleted the gltf-capitalization-manual branch August 16, 2024 01:24
@mhilbrunner
Copy link
Member

Cherry-picked to 4.3 in #10038.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation topic:import
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Capitalization of "GLTF" and "glTF" is not standardized across class reference and manual.
5 participants