We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a05676 + 868ce4f commit ce235bfCopy full SHA for ce235bf
android/examples/textoverlay/build.gradle
@@ -57,7 +57,7 @@ task copyTask {
57
copy {
58
from rootProject.ext.assetPath + 'models'
59
into 'assets/models'
60
- include 'cube.gltf'
+ include 'cube.gltf', 'torusknot.gltf'
61
}
62
63
0 commit comments