Syoyo Fujita
cc73127bf0
Merge branch 'tigrazone' into devel
2017-12-13 18:37:37 +09:00
Syoyo Fujita
160d6be10f
Format code.
2017-12-12 17:31:22 +09:00
Syoyo Fujita
583590767e
Fix compilation.
...
Remove unused file.
2017-12-12 17:30:59 +09:00
tigrazone
54851f8ac7
comment for export data and functions block with hashed keywords to other projects
2017-12-10 10:46:08 +02:00
tigrazone
a6c1d07560
comment for export data and functions block with hashed keywords to other projects
2017-12-10 10:43:24 +02:00
tigrazone
4fe479453b
smallish optimize
2017-12-10 09:34:10 +02:00
tigrazone
af1bcf1e11
errors fix
2017-12-10 00:43:50 +02:00
tigrazone
05f06d09d8
hashed tokens as keys of map. 5% speedup
2017-12-09 13:17:04 +02:00
tigrazone
3c0196bfb7
map vs unordered_map remake
2017-12-09 11:59:33 +02:00
tigrazone
dc4c970262
small speedups - up to 1-3%
2017-12-08 23:39:07 +02:00
tigrazone
aeb0f05c0e
remove stringstream for simple string copy
2017-12-08 23:19:31 +02:00
tigrazone
c016910317
minimize token checks
2017-12-08 21:53:36 +02:00
tigrazone
5d7f6bf539
buffered file read
2017-12-08 13:21:45 +02:00
tigrazone
b818a34f1a
small fixes2
2017-12-08 09:05:42 +02:00
tigrazone
baa62f4d89
small fixes
2017-12-08 08:43:33 +02:00
tigrazone
b2f07d10aa
1.1.2 : new hashed keywords
2017-12-07 08:38:44 +02:00
tigrazone
ee2c734c15
refactoring for new speedup release1
2017-12-06 22:44:04 +02:00
tigrazone
6e579f027f
refactoring for new speedup release
2017-12-06 22:37:44 +02:00
Syoyo Fujita
7b6e33da52
Rename vector type.
...
Refactor file layout of extperimental code.
2017-11-12 16:46:25 +09:00
Richard Fabian
5896933508
Added ear clipping triangulation. Added a tiny vertex type to the library to facilitate the change.
2017-11-11 22:37:52 +00:00
Syoyo Fujita
94fc413466
Fix parsing of crease tags(t)
...
Support parsing texture filename containing whitespace.
2017-10-13 18:13:36 +09:00
Syoyo Fujita
1c6dbf9bd8
Merge branch 'master' of github.com:syoyo/tinyobjloader
2017-10-13 02:04:11 +09:00
Syoyo Fujita
88ad575f62
Initial support of parsing vertex color(extension format)
2017-10-12 19:04:38 +09:00
Syoyo Fujita
75a4bd1d35
Add zero-value check when parsing `f' line. Fixes #140 .
2017-09-25 02:30:24 +09:00
Syoyo Fujita
1065d7cfb2
Change to add a shape when shape.mesh.indices.size() > 0 once g tag appears. Fixes #138 .
2017-09-12 02:18:27 +09:00
Syoyo Fujita
785af4491d
Add support for parsing map_Bump in mtl.
2017-08-20 18:30:54 +09:00
Syoyo Fujita
99518b6d3e
Suppress some clang warnings.
2017-06-05 02:00:32 +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
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
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
e60d33385e
Bump version 1.0.6
2017-04-25 04:34:45 +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
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
nyatsenk
345560040b
Add std namespace for pow, ldexp, sscanf function calls.
2017-02-22 11:34:39 +01: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
7c3206f919
Ignore Tr parameter when d exists in MTL( #43 )
2016-12-31 21:05:37 +09:00
dPavelDev
91c727e204
Fixed error in getting material name in LoadObjWithCallback
2016-12-29 15:45:23 +03:00
Syoyo Fujita
c2ff3f12fc
Support multiple filenames for mtllib line. Fixes #112 .
2016-12-06 23:44:55 +09:00
Syoyo Fujita
aa4dabe64f
Describe default behavior of mtl_basedir.
2016-11-23 17:17:35 +09:00
Nikita Krupitskas
7d5699118e
Little intuitive improvements
2016-11-03 11:23:21 +03:00
Syoyo Fujita
0948ca0417
Add more support for parsing texture options.
...
Add more unit testing for texture options.
2016-11-03 02:58:44 +09:00
Syoyo Fujita
582eb2b818
Initial support of texture options.
2016-11-02 02:11:17 +09:00
Syoyo Fujita
c2474e27ab
Fix seg fault when no material assigned to object in viewer example.
...
Bump version v1.0.2.
2016-10-24 23:58:33 +09:00
Syoyo Fujita
4d6649cc6d
Suppress compiler warnings.
2016-10-24 23:54:20 +09:00