Initial commit.

This commit is contained in:
Syoyo Fujita
2015-12-20 20:27:54 +09:00
commit a4d26881cb
15 changed files with 10118 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
clang++ -Wall -Werror -g -O0 -o loader_test test.cc && ./loader_test face3d.gltf
beautify:
~/local/clang+llvm-3.6.0-x86_64-apple-darwin/bin/clang-format -i tiny_gltf_loader.h