Peter Myšiak
76632f80b3
Update README.md
...
Fix typo.
2017-08-04 12:11:36 +02:00
Syoyo Fujita
f59f93d7dc
Rename variables to avoid confusion. Fixes #108 .
2017-07-17 18:48:04 +09:00
Syoyo Fujita
1dfd117ccd
Add project URLs using tinyobjloader 1.0.x.
2017-07-17 18:40:42 +09:00
Syoyo Fujita
a86b78386b
Merge pull request #132 from chrisliebert/master
...
Added Python mapping from material ID to material name (#131 )
2017-07-17 17:21:39 +09:00
chrisliebert
e3508c3ca3
Added mapping from material index to to material name ( #131 ) to Python wrapper.
2017-07-17 01:07:40 -07:00
Syoyo Fujita
8e7da82852
Fix index calculation.
2017-07-10 01:41:39 +09:00
Syoyo Fujita
6cde18eb55
Fix ifdef guard.
2017-07-05 16:50:12 +09:00
Syoyo Fujita
2409832b24
Remove unused file.
2017-07-05 16:32:00 +09:00
Syoyo Fujita
95fba2ab32
Changed to use lfpAlloc from ltalloc for experimental multi-threaded .obj parser since ltalloc is not a porable(e.g. it does not support ARM archtecture).
2017-07-05 16:32:40 +09:00
Syoyo Fujita
99518b6d3e
Suppress some clang warnings.
2017-06-05 02:00:32 +09:00
Syoyo Fujita
d8f702c6f7
Merge pull request #128 from sloretz/cppcheck_warnings
...
Fix Cppcheck warnings
2017-06-03 00:19:51 +09:00
Shane Loretz
6eca09f2bf
Removed double import of sstream
2017-06-02 07:31:19 -07:00
Shane Loretz
a1324f17fd
Replaced snprintf with stringstream
...
Deleted now unused TINYOBJ_SSCANF_BUFFER_SIZE
2017-06-02 07:28:20 -07:00
Shane Loretz
56fa047ba9
Replace sscanf with snprintf
2017-06-01 14:14:52 -07:00
Shane Loretz
0f4a955e01
4096 -> TINYOBJ_SSCANF_BUFFER_SIZE
2017-06-01 14:09:15 -07:00
Shane Loretz
fb80e04212
Check sentry to remove unused variable warning
2017-06-01 14:05:03 -07:00
Syoyo Fujita
cdb5c2d375
Fix the number of triangle calculation. Fixes #127
2017-06-02 03:04:42 +09:00
Syoyo Fujita
44bff466e5
Initial support of reflection map(refl).
2017-05-24 17:43:45 +09:00
Syoyo Fujita
47989b591f
Update copyright year and version.
2017-05-24 17:22:46 +09:00
Syoyo Fujita
41acdc95bc
Merge pull request #126 from alangfel/multiple_texoptions
...
Deal with more than one texture option
2017-05-24 14:59:56 +09:00
alangfel
cc948e4c44
Deal with more than one texture option
...
After processing one textureoption like "-s u v w" the next option " -o u v w" has a beginning whitespace. Due to this it does not match to the option "-o" and it is skipped.
2017-05-12 08:34:05 +02:00
Syoyo Fujita
889b2187c1
Add link to Vulkan Cookbook.
2017-05-09 01:23:09 +09:00
Syoyo Fujita
3e146c376c
Update README.
2017-04-25 15:50:42 +09:00
Syoyo Fujita
e60d33385e
Bump version 1.0.6
v1.0.6
2017-04-25 04:34:45 +09:00
Syoyo Fujita
744d2baa58
Merge pull request #125 from noma/upstream_master
...
Added double support for scientific applications
2017-04-25 04:22:40 +09:00
noma
d5ca258817
Renamed realValues back to flaotValues, as it is part of the external interface and renaming would break existing code.
2017-04-24 17:49:39 +02:00
noma
b1ac3a6c7e
Fixed package config and cmake config templates for double variant of the library.
2017-04-24 17:41:22 +02:00
noma
69e56db124
Replaced all float types by real_t ones. Also adapted names accordingly.
2017-04-24 17:31:42 +02:00
noma
13412b0898
Added real_t, defined to float or double depending on CMake option TINYOBJLOADER_USE_DOUBLE
2017-04-24 17:25:21 +02:00
noma
9912bc5023
Added double variant of lib to CMakeLists.txt
2017-04-24 17:20:20 +02:00
Syoyo Fujita
9d9e987c47
Merge pull request #123 from nikitoz/master
...
Add std namespace for pow, ldexp, sscanf function calls.
2017-02-23 00:35:52 +09:00
nyatsenk
345560040b
Add std namespace for pow, ldexp, sscanf function calls.
2017-02-22 11:34:39 +01:00
Syoyo Fujita
9134c1d395
Add file size check.
2017-02-10 17:19:28 +09:00
Syoyo Fujita
cc9897316f
Do not exit program when there is no texture coordinate in .obj.
2017-02-09 20:13:27 +09:00
Syoyo Fujita
e43580bd9a
Fix build with pre-C++11 compiler
2017-02-09 16:10:19 +09:00
Syoyo Fujita
9613108cef
Cosmetics.
2017-02-08 13:58:40 +09:00
Syoyo Fujita
4b29502c82
Add data layout description to README.
2017-02-08 13:57:25 +09:00
Syoyo Fujita
156b709556
Move TINYOBJLOADER_IMPLEMENTATION outside of TINY_OBJ_LOADER_H_ ifdef guard. Fixes #122 .
2017-02-02 14:11:13 +09:00
Syoyo Fujita
00f51e3603
Merge pull request #121 from ForsakenHarmony/patch-1
...
Grammar?
2017-01-11 12:47:13 +09:00
Ashley
da5942d652
Grammar?
2017-01-11 01:10:52 +01:00
Syoyo Fujita
7c3206f919
Ignore Tr parameter when d exists in MTL( #43 )
v1.0.5
2016-12-31 21:05:37 +09:00
Syoyo Fujita
4886eebbf4
Merge pull request #120 from dPavelDev/master
...
Fixed error in getting material name in LoadObjWithCallback
2016-12-30 20:17:28 +09:00
dPavelDev
91c727e204
Fixed error in getting material name in LoadObjWithCallback
2016-12-29 15:45:23 +03:00
Syoyo Fujita
26bdacedf6
Merge pull request #119 from jamiesnape/fix-cmake-dir
...
Add MIT license file, use GNUInstallDirs module, fix cmake directory location
2016-12-29 01:55:00 +09:00
Jamie Snape
7212ee47eb
Use GNUInstallDirs module and fix cmake directory location
2016-12-28 11:11:59 -05:00
Jamie Snape
0fe1bb96c2
Add MIT license file
2016-12-28 11:10:07 -05:00
Syoyo Fujita
4bd75baaae
Merge pull request #118 from jamiesnape/cleanup
...
Fix some formatting inconsistencies, fix typo, update minimum CMake
2016-12-21 01:00:16 +09:00
Jamie Snape
bbcfe59c0f
Update minimum required version of CMake
2016-12-20 09:44:47 -05:00
Jamie Snape
38c07d34c4
Fix typo in destination of CMake export file
2016-12-20 09:44:26 -05:00
Jamie Snape
2019ace3b7
Remove excess padding around some parentheses in CMake files
2016-12-20 09:32:41 -05:00