Merge pull request #483 from sjfricke/missing-assets
fixed android asset gradles
This commit is contained in:
commit
d52f5991ed
3 changed files with 8 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ task copyTask << {
|
||||||
copy {
|
copy {
|
||||||
from '../../../data/models'
|
from '../../../data/models'
|
||||||
into 'assets/models'
|
into 'assets/models'
|
||||||
include 'torusknot.objdae'
|
include 'torusknot.obj'
|
||||||
}
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ task copyTask << {
|
||||||
copy {
|
copy {
|
||||||
from '../../../data/models'
|
from '../../../data/models'
|
||||||
into 'assets/models'
|
into 'assets/models'
|
||||||
include 'torusknot.objdae'
|
include 'torusknot.obj'
|
||||||
}
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,12 @@ task copyTask << {
|
||||||
include 'cube.obj'
|
include 'cube.obj'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
copy {
|
||||||
|
from '../../../data/models'
|
||||||
|
into 'assets/models'
|
||||||
|
include 'venus.fbx'
|
||||||
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
from '../../../data/textures'
|
from '../../../data/textures'
|
||||||
into 'assets/textures'
|
into 'assets/textures'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue