Skip to content

Commit 764a698

Browse files
committed
Identicon progress.
1 parent d2638a3 commit 764a698

27 files changed

+43968
-231
lines changed

subvt/build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ android {
4646
}
4747
}
4848
compileOptions {
49-
sourceCompatibility = JavaVersion.VERSION_1_8
50-
targetCompatibility = JavaVersion.VERSION_1_8
49+
sourceCompatibility = JavaVersion.VERSION_17
50+
targetCompatibility = JavaVersion.VERSION_17
5151
}
5252
kotlinOptions {
53-
jvmTarget = JavaVersion.VERSION_1_8.toString()
53+
jvmTarget = JavaVersion.VERSION_17.toString()
5454
}
5555
buildFeatures {
5656
compose = true
@@ -114,6 +114,9 @@ dependencies {
114114
implementation("androidx.hilt:hilt-navigation-compose:$hiltVersion")
115115
implementation("androidx.work:work-runtime-ktx:2.9.0")
116116

117+
// 3D
118+
implementation("io.github.sceneview:sceneview:2.0.3")
119+
117120
// other
118121
implementation("com.github.helikon-labs:subvt-data-android:0.24.1")
119122
implementation("com.github.zed-alpha.shadow-gadgets:compose:2.2.0")
Binary file not shown.
5.2 MB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Blender MTL File: 'animation .blend'
2+
# Material Count: 1
3+
4+
newmtl Glass_Dispersion_Group
5+
Ns 323.999994
6+
Ka 1.000000 1.000000 1.000000
7+
Kd 0.800000 0.800000 0.800000
8+
Ks 0.500000 0.500000 0.500000
9+
Ke 0.000000 0.000000 0.000000
10+
Ni 1.000000
11+
d 1.000000
12+
illum 2

subvt/src/main/assets/model/cube.glb

2.39 MB
Binary file not shown.

0 commit comments

Comments
 (0)