blob: a749e23c2fac6637ee65b1a40b2583f1dd6765ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## GLTF Viewer
Sample app showcasing how to integrate and use the Godot Android library to display a set of
GLTF models rendered by the Godot engine.
Set of GLTFs courtesy of [Kenney Food Kit pack!](https://kenney.nl/assets/food-kit)

### Build & install
Use the following commands to build and install the app:
```
cd Godot-Android-Samples
./gradlew :apps:gltf_viewer:installDebug
```
|