Initial support of loading binary glTF(.glb).

This commit is contained in:
Syoyo Fujita
2016-05-01 20:03:43 +09:00
parent ec39a523c2
commit beded611b7
8 changed files with 418 additions and 203 deletions

View File

@@ -1,5 +1,5 @@
all:
clang++ -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -g -O0 -o example example.cc
clang++ -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -g -O0 -o loader_example loader_example.cc
lint:
./cpplint.py tiny_gltf_loader.h