aboutsummaryrefslogtreecommitdiff
path: root/tiny_obj_loader.h
AgeCommit message (Expand)Author
2017-10-13Fix parsing of crease tags(`t`)Syoyo Fujita
2017-10-13Merge branch 'master' of github.com:syoyo/tinyobjloaderSyoyo Fujita
2017-10-12Initial support of parsing vertex color(extension format)Syoyo Fujita
2017-09-25Add zero-value check when parsing `f' line. Fixes #140.Syoyo Fujita
2017-09-12Change to add a shape when shape.mesh.indices.size() > 0 once `g` tag appears...Syoyo Fujita
2017-08-20Add support for parsing `map_Bump` in mtl.Syoyo Fujita
2017-06-05Suppress some clang warnings.Syoyo Fujita
2017-06-02Removed double import of sstreamShane Loretz
2017-06-02Replaced snprintf with stringstreamShane Loretz
2017-06-01Replace sscanf with snprintfShane Loretz
2017-06-014096 -> TINYOBJ_SSCANF_BUFFER_SIZEShane Loretz
2017-06-01Check sentry to remove unused variable warningShane Loretz
2017-05-24Initial support of reflection map(`refl`).Syoyo Fujita
2017-05-24Update copyright year and version.Syoyo Fujita
2017-05-12Deal with more than one texture optionalangfel
2017-04-25Bump version 1.0.6Syoyo Fujita
2017-04-24Renamed realValues back to flaotValues, as it is part of the external interfa...noma
2017-04-24Replaced all float types by real_t ones. Also adapted names accordingly.noma
2017-04-24Added real_t, defined to float or double depending on CMake option TINYOBJLOA...noma
2017-02-22Add std namespace for pow, ldexp, sscanf function calls.nyatsenk
2017-02-02Move TINYOBJLOADER_IMPLEMENTATION outside of TINY_OBJ_LOADER_H_ ifdef guard. ...Syoyo Fujita
2016-12-31Ignore `Tr` parameter when `d` exists in MTL(#43)Syoyo Fujita
2016-12-29Fixed error in getting material name in LoadObjWithCallbackdPavelDev
2016-12-06Support multiple filenames for mtllib line. Fixes #112.Syoyo Fujita
2016-11-23Describe default behavior of `mtl_basedir`.Syoyo Fujita
2016-11-03Little intuitive improvementsNikita Krupitskas
2016-11-03Add more support for parsing texture options.Syoyo Fujita
2016-11-02Initial support of texture options.Syoyo Fujita
2016-10-24Fix seg fault when no material assigned to object in viewer example.Syoyo Fujita
2016-10-24Suppress compiler warnings.Syoyo Fujita
2016-10-24Avoid unnecessary ldexp() and pow() callsBjörn Steinbrink
2016-10-24Use a lookup table to speed up float parsingBjörn Steinbrink
2016-10-24Avoid unnecessary reallocations of the "linebuf" stringBjörn Steinbrink
2016-10-18Merge branch 'master' of github.com:syoyo/tinyobjloaderSyoyo Fujita
2016-10-18Fix a shape is lost if obj ends with a 'usemtl'. Fixes #104Syoyo Fujita
2016-10-06Minor spelling fixAlexander Lingtorp
2016-10-02Add stream based material reader implementationMerlyn Morgan-Graham
2016-10-02Allow skipping material reads on LoadObj istream overloadMerlyn Morgan-Graham
2016-08-20Merge branch 'master' of github.com:syoyo/tinyobjloaderSyoyo Fujita
2016-08-19Support `Tf` in MTL.Syoyo Fujita
2016-08-17Ooops, meant "Tf" not "TF".Grayson Lang
2016-08-17Fix MTL "transmission filter" tokenGrayson Lang
2016-08-12Remove old version log.Syoyo Fujita
2016-08-05Add static keyword to safeGetline().Syoyo Fujita
2016-08-02Skip trailing whitespace in mtl. Fixes #92.Syoyo Fujita
2016-08-02Skip trailing whitespace in mtl. Fixes #92.Syoyo Fujita
2016-07-28Update callback API example.Syoyo Fujita
2016-07-28Merge pull request #91 from adishavit/developSyoyo Fujita
2016-07-28Changes the value indicating non-existent index to 0. OBJ indices are 1 (or -...Adi Shavit @ MacBookPro
2016-07-28Suppress clang warnings.Syoyo Fujita