Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5ba521

Browse files
committedNov 22, 2017
first commit
1 parent 653b49a commit e5ba521

36 files changed

+28396
-0
lines changed
 

‎.gitignore

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
*.pyc
10+
11+
# Packages #
12+
############
13+
# it's better to unpack these files and commit the raw source
14+
# git has its own built in compression methods
15+
*.7z
16+
*.dmg
17+
*.gz
18+
*.iso
19+
*.jar
20+
*.rar
21+
*.tar
22+
*.zip
23+
24+
# Logs and databases #
25+
######################
26+
*.log
27+
*.sql
28+
*.sqlite
29+
30+
# OS generated files #
31+
######################
32+
.DS_Store
33+
.DS_Store?
34+
._*
35+
.Spotlight-V100
36+
.Trashes
37+
ehthumbs.db
38+
Thumbs.db
39+
40+

‎examples/abs.gif

3.49 MB
Loading

‎examples/delrin.gif

3.36 MB
Loading

‎examples/plywood.gif

4.19 MB
Loading

‎examples/pu.gif

2.68 MB
Loading

‎resources/abs.jpg

198 KB
Loading

‎resources/abs.mtl

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Blender MTL File: 'None'
2+
# Material Count: 1
3+
4+
newmtl abs
5+
Ns 20.0
6+
Ka 0.4 0.4 0.4
7+
Kd 0.5 0.5 0.5
8+
Ks 0.45 0.45 0.45
9+
Ni 1.000000
10+
d 1.000000
11+
illum 2

‎resources/brushed_metal.jpg

992 KB
Loading

‎resources/brushed_metal.mtl

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Blender MTL File: 'None'
2+
# Material Count: 1
3+
4+
newmtl Material.001
5+
Ns 90.0
6+
Ka 0.4 0.4 0.4
7+
Kd 0.4 0.4 0.4
8+
Ks 0.5 0.5 0.5
9+
Ni 1.000000
10+
d 1.000000
11+
illum 2

0 commit comments

Comments
 (0)
Please sign in to comment.