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
b434c2497f
Update master URL.
2017-10-16 17:48:45 +09: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
5cd30b70e0
Merge pull request #142 from Ododo/master
...
[Python] Fix mapping for #131 and compilation error #139 #132 (related)
2017-10-08 15:09:07 +09:00
Ododo
eb1f395101
Fix mapping for #131 and compilation error #139 #132 (related)
2017-10-08 04:00:14 +02:00
Syoyo Fujita
27bdd547f0
If you use tinyobjloader, please let us know via github issue!.
2017-09-25 02:36:15 +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
7c7335c907
Add test for parsing bump_multipler for normal map.
2017-09-15 16:34:31 +09:00
Syoyo Fujita
3a9483ca6f
Add regression test for issue 138.
2017-09-12 02:21:11 +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
303043f9ec
Merge branch 'master' of github.com:syoyo/tinyobjloader
2017-09-11 15:08:39 +09:00
Syoyo Fujita
981f7c5f99
Add VFPR URL.
2017-09-11 14:58:40 +09:00
Syoyo Fujita
dcbc8d51aa
Update URL for Rungholt scene.
2017-09-03 12:45:57 +09:00
Syoyo Fujita
785af4491d
Add support for parsing map_Bump in mtl.
2017-08-20 18:30:54 +09:00
Syoyo Fujita
be46318a52
print some material infos.
2017-08-08 16:02:12 +09:00
Syoyo Fujita
b5961cd7b1
Merge pull request #133 from pmysiak/patch-1
...
Update README.md
2017-08-05 15:48:53 +09:00
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