Skip to content

Commit

Permalink
Rendering implementation finished.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Nov 10, 2017
1 parent 6964243 commit 7472f39
Show file tree
Hide file tree
Showing 21 changed files with 98,474 additions and 97,826 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export GOPATH = $(PWD)


all:
export GOPATH=`pwd`
go build ./...

run:
export GOPATH=`pwd`
go build ./src/main.go && ./main

test:
Expand Down
10 changes: 10 additions & 0 deletions data/floor.obj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Blender v2.77 (sub 0) OBJ File: ''
# www.blender.org
v -111.011269 0.011627 -112.765251
v -111.011253 0.011627 111.011269
v 112.765251 0.011627 -112.765266
v 112.765266 0.011627 111.011253
vn 0.0000 1.0000 0.0000
s off
f 2//1 3//1 1//1
f 2//1 4//1 3//1
Loading

0 comments on commit 7472f39

Please sign in to comment.