Skip to content

Commit

Permalink
Minor optimizations & change of model
Browse files Browse the repository at this point in the history
  • Loading branch information
Nino Handler committed Jun 5, 2019
1 parent 8b75206 commit c7641cf
Show file tree
Hide file tree
Showing 11 changed files with 163,697 additions and 14 deletions.
7 changes: 6 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ dependencies {
sceneform.asset('sampledata/Andy.obj',
'default',
'sampledata/Andy.sfa',
'src/main/assets/Andy')
'src/main/assets/Andy')

sceneform.asset('sampledata/danseuse/model.obj',
'default',
'sampledata/danseuse/model.sfa',
'src/main/assets/model')
45 changes: 45 additions & 0 deletions app/sampledata/danseuse/materials.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
newmtl mat21
Kd 1.00 1.00 1.00

newmtl mat19
Kd 0.87 0.60 0.27

newmtl mat22
Kd 0.62 0.62 0.62

newmtl mat17
Kd 0.27 0.35 0.39

newmtl mat24
Ka 0.58 0.65 1.00
Kd 0.92 0.95 0.94
Ks 1 1 1
illum 9
Ns 300
d 0.4
Ni 1.5

newmtl mat4
Kd 0.00 0.74 0.83

newmtl mat13
Kd 1.00 0.60 0.00

newmtl mat25
Ka 1.00 0.65 0.67
Kd 0.92 0.95 0.94
Ks 1 1 1
illum 9
Ns 300
d 0.4
Ni 1.5

newmtl mat23
Kd 0.10 0.10 0.10

newmtl mat15
Kd 0.81 0.85 0.86

newmtl mat20
Kd 0.47 0.33 0.28

Loading

0 comments on commit c7641cf

Please sign in to comment.