-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(avatar): keep critical models in arena-core
- Loading branch information
Showing
12 changed files
with
48,550 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware | ||
# File Created: 29.06.2016 17:16:48 | ||
|
||
newmtl body | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5882 0.5882 0.5882 | ||
Kd 0.5882 0.5882 0.5882 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 | ||
|
||
newmtl touchpad | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5882 0.5882 0.5882 | ||
Kd 0.5882 0.5882 0.5882 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 | ||
|
||
newmtl trigger | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5882 0.5882 0.5882 | ||
Kd 0.5882 0.5882 0.5882 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 | ||
|
||
newmtl leftgrip | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5880 0.5880 0.5880 | ||
Kd 0.5880 0.5880 0.5880 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 | ||
|
||
newmtl rightgrip | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5882 0.5882 0.5882 | ||
Kd 0.5882 0.5882 0.5882 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 | ||
|
||
newmtl menubutton | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5882 0.5882 0.5882 | ||
Kd 0.5882 0.5882 0.5882 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 | ||
|
||
newmtl systembutton | ||
Ns 10.0000 | ||
Ni 1.5000 | ||
d 1.0000 | ||
Tr 0.0000 | ||
Tf 1.0000 1.0000 1.0000 | ||
illum 2 | ||
Ka 0.5882 0.5882 0.5882 | ||
Kd 0.5882 0.5882 0.5882 | ||
Ks 0.0000 0.0000 0.0000 | ||
Ke 0.0000 0.0000 0.0000 |
Oops, something went wrong.