268 Commits

Author SHA1 Message Date
Syoyo Fujita
5c121140e6 Merge pull request #76 from skurmedel/develop
viewer: Added initial Makefile support for mingw64 (windows)
2016-04-27 10:56:00 +09:00
unknown
7dc1418e2b viewer: Cleaned up Makefile and added a semblance of a Mingw64-target for Windows. 2016-04-26 19:42:42 +02:00
Syoyo Fujita
9d6b58b90e Add new build.ninja. 2016-04-24 00:34:05 +09:00
Syoyo Fujita
58fa260605 Show normal vector in viewer example. 2016-04-20 16:00:45 +09:00
Syoyo Fujita
7399aedfdd Initial support of linux for viewer example. 2016-04-19 20:34:51 +09:00
Syoyo Fujita
28fc3523d4 Disable coveralls due to Travis + python bug? 2016-04-19 14:46:23 +09:00
Syoyo Fujita
a608c3b5b1 Update python. 2016-04-19 14:37:57 +09:00
Syoyo Fujita
2e6cccbfe4 Force use g++ for pip install. 2016-04-19 14:32:10 +09:00
Syoyo Fujita
a66eab0f75 More Travis fix. 2016-04-19 14:03:43 +09:00
Syoyo Fujita
170cb86870 Change to sudo required. 2016-04-19 13:56:27 +09:00
Syoyo Fujita
016362234b Update Travis script. 2016-04-19 13:36:46 +09:00
Syoyo Fujita
28d1bb5521 Update Travis. 2016-04-19 13:32:03 +09:00
Syoyo Fujita
045d31eb7a Merge branch 'develop' of github.com:syoyo/tinyobjloader into develop 2016-04-19 13:28:16 +09:00
Syoyo Fujita
9eecb4634d Update Travis script. 2016-04-19 13:27:44 +09:00
Syoyo Fujita
6b41e68bbc Install ninja in appveyor build. 2016-04-19 13:25:57 +09:00
Syoyo Fujita
a55247574c Suppress VC2013 warnings.
Update AppVeyor script.
2016-04-19 13:11:55 +09:00
Syoyo Fujita
f4695de408 Suppress compiler warning. 2016-04-19 12:50:41 +09:00
Syoyo Fujita
00ed158a8e Update CMake. 2016-04-19 12:32:12 +09:00
Syoyo Fujita
ec5df8a48f Merge branch 'develop' of github.com:syoyo/tinyobjloader into develop 2016-04-18 20:07:48 +09:00
Syoyo Fujita
1703ab087d Add simple OpenGL viewer example. 2016-04-18 20:07:04 +09:00
Syoyo Fujita
153de2b3f0 Update Android build. 2016-04-18 19:29:59 +09:00
Syoyo Fujita
90d33c33c0 Fix CI scripts. 2016-04-18 17:59:17 +09:00
Syoyo Fujita
1e663342bf Add callback API example.
Fix a sentinel value for the vertex index.
2016-04-18 17:52:04 +09:00
Syoyo Fujita
93acf63157 Change API for usemtl callback. 2016-04-18 16:48:37 +09:00
Syoyo Fujita
72ef6cbb76 Add initial unit test codes using Catch.
Add Kuroga build script.
2016-04-18 16:03:24 +09:00
Syoyo Fujita
54bd46014c Use google C++ code style. 2016-04-16 20:25:53 +09:00
Syoyo Fujita
ee7d6cc0fd Refactor and re-design tinyobjloader.
* Separete attribs(vtx,normal,texcoords) and shape.
* Support different index for vtx/normal/texcoord.
2016-04-16 19:49:12 +09:00
Syoyo Fujita
9c81fcb4cc Merge branch 'master' of github.com:syoyo/tinyobjloader 2016-04-15 12:32:06 +09:00
Syoyo Fujita
d119dcb976 Cosmetics. 2016-04-15 12:31:47 +09:00
Syoyo Fujita
6cdb3ec832 Merge pull request #72 from jlfwong/patch-1
Fix typo in README.md
2016-04-13 01:04:59 +09:00
Jamie Wong
1b24514ed9 Fix typo in README.md 2016-04-12 22:36:56 +08:00
Syoyo Fujita
0dd90f853d Merge pull request #71 from nlguillemot/master
use sscanf_s in MSVC
2016-04-05 19:00:54 +09:00
Nicolas Guillemot
b40e8c9427 use sscanf_s in MSVC
consistent with other uses of sscanf in the library
2016-04-02 15:15:29 -07:00
Syoyo Fujita
ad9911ef1b Initialize vertex_index. Fixes #70. 2016-03-25 18:43:52 +09:00
Syoyo Fujita
d6cd178d6a Add test data for issue 68.
Deploy to Bintray only for the build with tag.
v0.9.21
2016-03-12 17:42:31 +09:00
Syoyo Fujita
6a25058ef5 Multiple deploy target. 2016-03-12 17:38:31 +09:00
Syoyo Fujita
06acb38847 Resurrect github release deploy.
Upload to bintray on specific build(DEPLOY_BUILD=1)
2016-03-12 17:30:06 +09:00
Syoyo Fujita
d688bbd910 Create dist directory to specify uploading files. 2016-03-12 17:16:50 +09:00
Syoyo Fujita
31c6633535 Fix file patterns in bintray description. 2016-03-12 16:27:58 +09:00
Syoyo Fujita
bf131698e5 Use Bintray friendly data format. 2016-03-12 16:20:40 +09:00
Syoyo Fujita
f2db18dc53 Add bintray deploy in travis build. 2016-03-12 16:13:04 +09:00
Syoyo Fujita
bc42bc47ad Don't create new shape by usemtl. Fixes #68. v0.9.20 2016-03-12 02:14:52 +09:00
Syoyo Fujita
31611161df Merge pull request #67 from pra85/patch-1
Fix a typo and add syntax highlighting language
2016-02-22 13:33:00 +09:00
Prayag Verma
21c93c51ed Fix a typo and add syntax highlighting language
`poweful` → `powerful`
2016-02-22 09:38:18 +05:30
Syoyo Fujita
b48d363dd2 Merge pull request #66 from mrdoob/patch-1
Fixed links.
2016-02-22 12:30:04 +09:00
Mr.doob
0f00a3b3e8 Fixed links. 2016-02-22 10:04:33 +09:00
Syoyo Fujita
ab10b76eda Merge pull request #65 from Ambal/master
Performance tweaks
2016-02-20 19:49:12 +09:00
Ambal
cf52401ca7 Replace calls to 'isdigit', 'isSpace' and 'isNewLine' functions to macros. Other small performance tweaks. 2016-02-20 12:20:19 +02:00
Syoyo Fujita
9c1826381c Update travis script. v0.9.19 2016-02-19 12:25:16 +09:00
Syoyo Fujita
7eb029edaf Add link to Android Vulkan demo. 2016-02-17 16:58:05 +09:00