Merge pull request #796 from tkeri/missing_android_gltf

Add missing gltf assets to 'build.gradle'
This commit is contained in:
Sascha Willems 2021-01-08 12:57:37 +01:00 committed by GitHub
commit 336a40ec7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -57,7 +57,7 @@ task copyTask {
copy {
from '../../../data/models'
into 'assets/models'
include 'displacement_plane.obj'
include 'displacement_plane.gltf'
}
copy {

View file

@ -57,7 +57,7 @@ task copyTask {
copy {
from '../../../data/models'
into 'assets/models'
include 'fireplace.obj'
include 'fireplace.gltf'
}
copy {

View file

@ -54,6 +54,12 @@ task copyTask {
include '*.*'
}
copy {
from '../../../data/models'
into 'assets/models'
include 'sphere.gltf'
}
copy {
from '../../../data/models'
into 'assets/models'