-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from ZzzhHe/optimize-pipeline
Optimize Pipeline & Add Texture Mapping
- Loading branch information
Showing
33 changed files
with
13,073 additions
and
1,041 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 @@ | ||
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware | ||
# File Created: 08.02.2017 14:08:01 | ||
|
||
newmtl default | ||
Ns 20.00000000 | ||
Ni 1.50000000 | ||
d 1.00000000 | ||
Tr 0.00000000 | ||
Tf 1.00000000 1.00000000 1.00000000 | ||
illum 2 | ||
Ka 0.50980395 0.00000000 0.00000000 | ||
Kd 0.50980395 0.00000000 0.00000000 | ||
Ks 0.80099994 0.80099994 0.80099994 | ||
Ke 0.00000000 0.00000000 0.00000000 | ||
map_Ka brick.png | ||
map_Kd brick.png | ||
map_Ks brick-specular.png |
Oops, something went wrong.