Skip to content

Commit

Permalink
Fixed gitignore issue where models for ExampleShaderEditorApp were be…
Browse files Browse the repository at this point in the history
…ing ignored.
  • Loading branch information
Wouterdek committed Jan 9, 2018
1 parent 87b97f8 commit 681efcc
Show file tree
Hide file tree
Showing 3 changed files with 7,989 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,6 @@ __pycache__/
# End of https://www.gitignore.io/api/visualstudio

log.txt
_site/
_site/

!/ExampleShaderEditorApp/Resources/Models/*.obj
26 changes: 26 additions & 0 deletions ExampleShaderEditorApp/Resources/Models/cube.obj
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
v 1.000000 -1.000000 -1.000000
v 1.000000 -1.000000 1.000000
v -1.000000 -1.000000 1.000000
v -1.000000 -1.000000 -1.000000
v 1.000000 1.000000 -1.000000
v 1.000000 1.000000 1.000000
v -1.000000 1.000000 1.000000
v -1.000000 1.000000 -1.000000
vn 0.0000 -1.0000 0.0000
vn 0.0000 1.0000 0.0000
vn 1.0000 0.0000 0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn 0.0000 0.0000 -1.0000
f 2//1 4//1 1//1
f 8//2 6//2 5//2
f 5//3 2//3 1//3
f 6//4 3//4 2//4
f 3//5 8//5 4//5
f 1//6 8//6 5//6
f 2//1 3//1 4//1
f 8//2 7//2 6//2
f 5//3 6//3 2//3
f 6//4 7//4 3//4
f 3//5 7//5 8//5
f 1//6 4//6 8//6
Loading

0 comments on commit 681efcc

Please sign in to comment.