blob: dc65c9b9686c659016d038f3337e276f99fdec79 (
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
```
|