From 94a648089c10a25c0761f915661c300206abe421 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Thu, 5 Oct 2023 22:00:48 -0700 Subject: Add the GLTF Viewer sample app which showcases how to use the Godot Android library with an existing Android app. The GLTF Viewer sample app uses an Android RecyclerView to display a list of gltf food items whose model is rendered in 3D by the integrated Godot engine. --- apps/gltf_viewer/src/main/res/drawable-nodpi/tomato.png | Bin 0 -> 1645 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 apps/gltf_viewer/src/main/res/drawable-nodpi/tomato.png (limited to 'apps/gltf_viewer/src/main/res/drawable-nodpi/tomato.png') diff --git a/apps/gltf_viewer/src/main/res/drawable-nodpi/tomato.png b/apps/gltf_viewer/src/main/res/drawable-nodpi/tomato.png new file mode 100644 index 0000000..cf3c707 Binary files /dev/null and b/apps/gltf_viewer/src/main/res/drawable-nodpi/tomato.png differ -- cgit v1.2.3