Skip to content

Commit

Permalink
art updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hariofspades committed Mar 13, 2019
1 parent 9d5286d commit b52d180
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 73 deletions.
7 changes: 1 addition & 6 deletions ar-face/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ dependencies {
}


sceneform.asset('sampledata/canonical_face_mesh.fbx',
'default',
'sampledata/canonical_face_mesh.sfa',
'src/main/res/raw/canonical_face_mesh')

sceneform.asset('sampledata/piratehat.obj',
'default',
'sampledata/piratehat.sfa',
Expand All @@ -57,4 +52,4 @@ sceneform.asset('sampledata/piratehat.obj',
sceneform.asset('sampledata/Sunglasses_01.obj',
'default',
'sampledata/sunglasses_01.sfa',
'src/main/res/raw/sunglasses_01')
'src/main/res/raw/sunglasses_01')
Binary file removed ar-face/app/sampledata/canonical_face_mesh.fbx
Binary file not shown.
67 changes: 0 additions & 67 deletions ar-face/app/sampledata/canonical_face_mesh.sfa

This file was deleted.

14 changes: 14 additions & 0 deletions ar-face/app/sampledata/sceneform_face_mesh_occluder.obj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Blender v2.78 (sub 0) OBJ File: ''
# www.blender.org
o Plane
v -0.500000 0.000000 0.000000
v 0.500000 0.000000 0.000000
v -0.500000 1.000000 0.000000
v 0.500000 1.000000 0.000000
vt 0.0000 0.0000
vt 1.0000 0.0000
vt 1.0000 1.0000
vt 0.0000 1.0000
vn 0.0000 0.0000 1.0000
s off
f 1/1/1 2/2/1 4/3/1 3/4/1
14 changes: 14 additions & 0 deletions ar-face/app/sampledata/sceneform_face_mesh_occluder_material.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
material {
"name" : "Face Mesh Occluder",

"parameters" : [
{
"type" : "float",
"name" : "unused"
}
],

"shadingModel" : "unlit",
"colorWrite" : false,
"depthWrite" : true,
}
Binary file not shown.
Binary file added ar-face/art/Screenshot_20190313-122356.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ar-face/art/Screenshot_20190313-122406.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ar-face/art/Screenshot_20190313-123047.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b52d180

Please sign in to comment.