Skip to content

Commit ba0693d

Browse files
committed
initial
0 parents  commit ba0693d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+8553
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/libraries
5+
/.idea/modules.xml
6+
/.idea/workspace.xml
7+
.DS_Store
8+
/build
9+
/captures
10+
.externalNativeBuild

.idea/caches/build_file_checksums.ser

537 Bytes
Binary file not shown.

.idea/codeStyles/Project.xml

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

app/build.gradle

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apply plugin: 'com.android.application'
2+
3+
android {
4+
compileSdkVersion 27
5+
defaultConfig {
6+
applicationId "com.teamosc.cloudanchor"
7+
minSdkVersion 24
8+
targetSdkVersion 27
9+
versionCode 1
10+
versionName "1.0"
11+
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12+
}
13+
buildTypes {
14+
release {
15+
minifyEnabled false
16+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17+
}
18+
}
19+
compileOptions {
20+
sourceCompatibility JavaVersion.VERSION_1_8
21+
targetCompatibility JavaVersion.VERSION_1_8
22+
}
23+
}
24+
25+
dependencies {
26+
implementation fileTree(dir: 'libs', include: ['*.jar'])
27+
implementation 'com.android.support:appcompat-v7:27.1.1'
28+
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
29+
implementation 'com.google.firebase:firebase-database:11.8.0'
30+
testImplementation 'junit:junit:4.12'
31+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
32+
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
33+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.3.0"
34+
implementation 'com.android.support:design:27.1.1'
35+
}
36+
37+
apply plugin: 'com.google.ar.sceneform.plugin'
38+
39+
sceneform.asset('sampledata/ArcticFox_Posed.obj',
40+
'default',
41+
'sampledata/ArcticFox_Posed.sfa',
42+
'src/main/assets/Fox')
43+
apply plugin: 'com.google.gms.google-services'

app/google-services.json

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"project_info": {
3+
"project_number": "286088522483",
4+
"firebase_url": "https://fir-example-64f02.firebaseio.com",
5+
"project_id": "fir-example-64f02",
6+
"storage_bucket": "fir-example-64f02.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:286088522483:android:0e4819f855fd560e",
12+
"android_client_info": {
13+
"package_name": "com.codingblocks.firebaseexample"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "286088522483-usvisiq69srvl9tuell0hj1kl4g2b5ce.apps.googleusercontent.com",
19+
"client_type": 1,
20+
"android_info": {
21+
"package_name": "com.codingblocks.firebaseexample",
22+
"certificate_hash": "f3d76bdff58c555d465e2f47c97beeb2c1f77416"
23+
}
24+
},
25+
{
26+
"client_id": "286088522483-9abl3jhrud6t1i9vr8btb85iqjgpr0md.apps.googleusercontent.com",
27+
"client_type": 3
28+
}
29+
],
30+
"api_key": [
31+
{
32+
"current_key": "AIzaSyArv7tDRUe6nxBJs2Rop7acWgaD_taGaqk"
33+
}
34+
],
35+
"services": {
36+
"analytics_service": {
37+
"status": 1
38+
},
39+
"appinvite_service": {
40+
"status": 2,
41+
"other_platform_oauth_client": [
42+
{
43+
"client_id": "286088522483-9abl3jhrud6t1i9vr8btb85iqjgpr0md.apps.googleusercontent.com",
44+
"client_type": 3
45+
}
46+
]
47+
},
48+
"ads_service": {
49+
"status": 2
50+
}
51+
}
52+
},
53+
{
54+
"client_info": {
55+
"mobilesdk_app_id": "1:286088522483:android:bb7ae343b56cb899",
56+
"android_client_info": {
57+
"package_name": "com.teamosc.cloudanchor"
58+
}
59+
},
60+
"oauth_client": [
61+
{
62+
"client_id": "286088522483-kio244h2e76rhc24fqsnvivlb1nqvn24.apps.googleusercontent.com",
63+
"client_type": 1,
64+
"android_info": {
65+
"package_name": "com.teamosc.cloudanchor",
66+
"certificate_hash": "f3d76bdff58c555d465e2f47c97beeb2c1f77416"
67+
}
68+
},
69+
{
70+
"client_id": "286088522483-9abl3jhrud6t1i9vr8btb85iqjgpr0md.apps.googleusercontent.com",
71+
"client_type": 3
72+
}
73+
],
74+
"api_key": [
75+
{
76+
"current_key": "AIzaSyArv7tDRUe6nxBJs2Rop7acWgaD_taGaqk"
77+
}
78+
],
79+
"services": {
80+
"analytics_service": {
81+
"status": 1
82+
},
83+
"appinvite_service": {
84+
"status": 2,
85+
"other_platform_oauth_client": [
86+
{
87+
"client_id": "286088522483-9abl3jhrud6t1i9vr8btb85iqjgpr0md.apps.googleusercontent.com",
88+
"client_type": 3
89+
}
90+
]
91+
},
92+
"ads_service": {
93+
"status": 2
94+
}
95+
}
96+
}
97+
],
98+
"configuration_version": "1"
99+
}

app/proguard-rules.pro

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Add project specific ProGuard rules here.
2+
# You can control the set of applied configuration files using the
3+
# proguardFiles setting in build.gradle.
4+
#
5+
# For more details, see
6+
# http://developer.android.com/guide/developing/tools/proguard.html
7+
8+
# If your project uses WebView with JS, uncomment the following
9+
# and specify the fully qualified class name to the JavaScript interface
10+
# class:
11+
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12+
# public *;
13+
#}
14+
15+
# Uncomment this to preserve the line number information for
16+
# debugging stack traces.
17+
#-keepattributes SourceFile,LineNumberTable
18+
19+
# If you keep the line number information, uncomment this to
20+
# hide the original source file name.
21+
#-renamesourcefileattribute SourceFile

app/sampledata/ArcticFox_Diffuse.png

1.9 MB
Loading

app/sampledata/ArcticFox_Posed.mtl

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
newmtl ArcticFox_Posed_initialShadingGroup
2+
illum 4
3+
Kd 0.00 0.00 0.00
4+
Ka 0.00 0.00 0.00
5+
Tf 1.00 1.00 1.00
6+
map_Kd ArcticFox_Diffuse.png
7+
Ni 1.00

0 commit comments

Comments
 (0)