Rename vector type.

Refactor file layout of extperimental code.
This commit is contained in:
Syoyo Fujita
2017-11-12 16:46:25 +09:00
parent 5896933508
commit 7b6e33da52
15 changed files with 66 additions and 52 deletions

View File

@@ -0,0 +1,16 @@
# Experimental code for .obj loader.
* Multi-threaded optimized parser : tinyobj_loader_opt.h
## Requirements
* C++-11 compiler
## Compile options
* zstd compressed .obj support. `--with-zstd` premake option.
* gzip compressed .obj support. `--with-zlib` premake option.
## Licenses
* lfpAlloc : MIT license.