Skip to content

Commit

Permalink
Adding 3D View
Browse files Browse the repository at this point in the history
  • Loading branch information
tritri0903 committed Jan 27, 2024
1 parent c1b72a4 commit d578501
Show file tree
Hide file tree
Showing 15 changed files with 2,394,777 additions and 80 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
Binary file added assets/cube/cube.blend
Binary file not shown.
13 changes: 13 additions & 0 deletions assets/cube/cube.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Blender MTL File: 'None'
# Material Count: 1

newmtl Material
Ns 323.999994
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.0 0.0 0.0
Ni 1.450000
d 1.000000
illum 2
map_Kd flutter.png
Loading

0 comments on commit d578501

Please sign in to comment.