fixed android asset gradles
A few android examples were not loading the models needed
This commit is contained in:
parent
69dca89a02
commit
80536b5328
3 changed files with 8 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ task copyTask << {
|
|||
copy {
|
||||
from '../../../data/models'
|
||||
into 'assets/models'
|
||||
include 'torusknot.objdae'
|
||||
include 'torusknot.obj'
|
||||
}
|
||||
|
||||
copy {
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ task copyTask << {
|
|||
copy {
|
||||
from '../../../data/models'
|
||||
into 'assets/models'
|
||||
include 'torusknot.objdae'
|
||||
include 'torusknot.obj'
|
||||
}
|
||||
|
||||
copy {
|
||||
|
|
|
|||
|
|
@ -78,6 +78,12 @@ task copyTask << {
|
|||
include 'cube.obj'
|
||||
}
|
||||
|
||||
copy {
|
||||
from '../../../data/models'
|
||||
into 'assets/models'
|
||||
include 'venus.fbx'
|
||||
}
|
||||
|
||||
copy {
|
||||
from '../../../data/textures'
|
||||
into 'assets/textures'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue