Commit Graph

  • f37fed32f3 Merge pull request #196 from jasjuang/master master v1.4.1 Syoyo Fujita 2019-01-05 15:52:55 +09:00
  • 85d92bb5cb use cmake default variable BUILD_SHARED_LIBS instead of custom TINYOBJLOADER_COMPILATION_SHARED jasjuang 2019-01-04 11:06:27 -08:00
  • 40d00fd935 Merge pull request #195 from Neptilo/master Syoyo Fujita 2019-01-04 22:13:05 +09:00
  • 7712f1bebd Fix crash when reading mtllib command Neptilo 2019-01-04 13:57:34 +01:00
  • e96e994355 Merge pull request #194 from jasjuang/master Syoyo Fujita 2019-01-04 12:33:19 +09:00
  • 8f16866c37 namespace for cmake export jasjuang 2019-01-03 19:26:00 -08:00
  • 5e668b398a Merge pull request #193 from scpeters/patch-1 Syoyo Fujita 2018-12-15 01:30:19 +09:00
  • df3bb6f8e8 tiny_obj_loader.h: fix order of variables Steven Peters 2018-12-13 10:49:18 -08:00
  • 546aa09d8d tiny_obj_loader.h: initialize pad_ in constructor Steven Peters 2018-12-11 15:09:56 -08:00
  • aa90b5466f Merge pull request #192 from basicNew/ChangeLoopTerminationConstraint Syoyo Fujita 2018-12-08 17:57:06 +09:00
  • b404f3af67 Change loop termination constraint Andres Fortier 2018-12-07 17:06:38 -03:00
  • a957ebe002 Fix some coments. Bump version 1.4.0 Syoyo Fujita 2018-12-01 13:32:05 +09:00
  • d793bfb405 Merge pull request #191 from sinisterchipmunk/initialize_unparsed_texopts Syoyo Fujita 2018-12-01 13:25:41 +09:00
  • 0ab0146296 Update function declaration Colin MacKenzie IV 2018-11-30 15:27:38 -05:00
  • 20d122f305 Properly initialize all texture_option_t's, not just parsed ones Colin MacKenzie IV 2018-11-30 15:14:07 -05:00
  • 850d0ffdfa Merge pull request #190 from ukabuer/patch-1 Syoyo Fujita 2018-11-30 21:29:21 +09:00
  • 80058fdcb0 Update README.md UKABUER 2018-11-30 20:24:14 +08:00
  • 1a7aea4ac1 Merge pull request #189 from mathue/patch-1 Syoyo Fujita 2018-11-29 01:31:03 +09:00
  • 178ef391c7 Fix of important memory leak in Python module Martin Thümmel 2018-11-28 17:16:12 +01:00
  • 59b4d7ccef Merge pull request #187 from Neptilo/master Syoyo Fujita 2018-11-06 00:28:10 +09:00
  • 6f990e2b6c Fix parsing double with negative exponent Victor Ripplinger 2018-11-05 15:17:34 +01:00
  • 7fb5056a53 Make ParseTextureNameAndOption function public. Syoyo Fujita 2018-10-19 15:29:31 +09:00
  • 934788785e Show line number for some warning and error message. warn Syoyo Fujita 2018-10-10 13:33:11 +09:00
  • e07a835f02 Separate error message into warning and error. Breaks API, so bump to version 1.3.0 Syoyo Fujita 2018-10-10 01:56:07 +09:00
  • 1cdfd786d8 Add colorspace extension to texture options. Fixes #184 Syoyo Fujita 2018-09-14 13:42:27 +09:00
  • 803b65b8a0 Merge pull request #183 from mlimper/master Syoyo Fujita 2018-09-01 00:31:29 +09:00
  • 50518a515b added option to disable default vertex colors Max Limper 2018-08-31 16:59:32 +02:00
  • c9b1bccf97 Fix mis-counting of faces when triangulation is enabled. Syoyo Fujita 2018-08-20 15:10:37 +09:00
  • 1f17833657 Add comments. Syoyo Fujita 2018-08-20 14:24:49 +09:00
  • bb58a8f8c3 Revert assertion equation. Syoyo Fujita 2018-08-20 14:19:34 +09:00
  • b1f594d682 Merge branch 'master' of github.com:syoyo/tinyobjloader Syoyo Fujita 2018-08-20 14:10:17 +09:00
  • 02df4943f9 Fix assert equation. Syoyo Fujita 2018-08-20 14:09:56 +09:00
  • 826a892d0b Merge pull request #181 from vincentdm05/missing-data Syoyo Fujita 2018-08-17 16:12:36 +09:00
  • 68350e2fc7 give respective warnings but allow partially correct data to be returned Vincent de Marignac 2018-08-16 23:34:47 +03:00
  • 7d20e9b901 use ternary op instead of max from omitted lib Vincent de Marignac 2018-08-16 00:00:22 +03:00
  • fdc70abdc6 fix index comparison wrt array size Vincent de Marignac 2018-08-15 23:41:35 +03:00
  • 8a885e14b8 Produce an error and return when indices and data dont match. Vincent de Marignac 2018-08-15 23:13:00 +03:00
  • cd65de860b Merge branch 'master' of github.com:syoyo/tinyobjloader Syoyo Fujita 2018-08-13 17:47:38 +09:00
  • 4924857fd3 Add note on # of max threads. Syoyo Fujita 2018-08-13 17:47:13 +09:00
  • 1a7bdc6192 Parse multiple group names. Fixes #146 Syoyo Fujita 2018-08-11 15:21:17 +09:00
  • fd06fa49e4 Add unit test for parsing 'l'. Syoyo Fujita 2018-07-25 21:42:23 +09:00
  • 0d68262246 Fix buffer overrun when parsing 'l' line. Syoyo Fujita 2018-07-25 16:24:40 +09:00
  • 0e950513a3 Merge pull request #178 from ZKing1000/master Syoyo Fujita 2018-07-25 16:02:49 +09:00
  • a4b115a584 Hopefully fixed compiling error Holden Green 2018-07-24 23:47:59 -07:00
  • bb3e27d4f3 Merge pull request #179 from mlimper/master Syoyo Fujita 2018-07-09 19:29:07 +09:00
  • c4e7e65acb fixed #177 (explicit empty mtl base dir given) Max Limper 2018-07-09 12:21:46 +02:00
  • eba327b9c0 make tester fail for issue 177 failing (explicit MTL base dir given by API user) Max Limper 2018-07-09 12:19:33 +02:00
  • 3cbf45a572 Non const Holden Green 2018-07-04 22:13:39 -07:00
  • 6650dbf397 Used swap in favor of move Holden Green 2018-07-04 22:10:45 -07:00
  • 7befd59de4 Removed comment Holden Green 2018-07-04 21:59:56 -07:00
  • c5b3139653 Fixed comments Holden Green 2018-07-04 21:46:42 -07:00
  • adb2309110 Removed print message. Holden Green 2018-07-04 21:44:09 -07:00
  • 3edca81a75 Added line paths. Holden Green 2018-07-04 21:21:56 -07:00
  • 7a88cddefc Add unit test for issue 177. Syoyo Fujita 2018-07-03 18:37:41 +02:00
  • d541711a79 Merge pull request #176 from silverweed/master Syoyo Fujita 2018-06-02 00:18:54 +09:00
  • d1ce2082f6 Remove afl files since it fails to create file on Windows file system. Syoyo Fujita 2018-06-02 00:15:18 +09:00
  • 8fd9f6e57b ensure mtl_basedir ends with a directory separator silverweed 2018-06-01 12:02:38 +02:00
  • 24bd8b49ff Merge branch 'master' of github.com:syoyo/tinyobjloader Syoyo Fujita 2018-05-31 16:34:01 +09:00
  • 4a0e79985d Bump version. Syoyo Fujita 2018-05-31 16:29:14 +09:00
  • 06f6139d1f Limit # of tags when parsing SubD tag('t'). afl Syoyo Fujita 2018-05-31 16:25:39 +09:00
  • 0c8db8ee23 Hardened implementation(fix some seg faults, out-of-bound access) found by fuzzer. Syoyo Fujita 2018-05-31 15:49:56 +09:00
  • 64d1e3f883 Merge pull request #170 from Neptilo/master Syoyo Fujita 2018-03-27 00:57:19 +09:00
  • a39a6b481c Fix bug that discarded some chunks. Victor Ripplinger 2018-03-26 16:28:13 +02:00
  • bce1bb8387 Merge branch 'master' of github.com:syoyo/tinyobjloader Syoyo Fujita 2018-03-26 20:10:55 +09:00
  • 7fcfafb39a Fix compilation for double precision mode(Fixes #167). Syoyo Fujita 2018-03-26 20:09:56 +09:00
  • 5eda671225 Merge pull request #169 from LZaw/master Syoyo Fujita 2018-03-10 00:03:35 +09:00
  • f95510b04b Removed multiplication for color_idx_offset LZaw 2018-03-09 13:57:18 +01:00
  • 94f1dc15b3 Update obj_sticher.cc LZaw 2018-03-09 13:48:05 +01:00
  • a4eabf54b1 Adapt 1.0.x datastructure LZaw 2018-03-09 13:43:52 +01:00
  • 72c38f64d5 Merge pull request #168 from LZaw/master Syoyo Fujita 2018-03-09 00:57:27 +09:00
  • d174e625a2 Update obj_writer.h LZaw 2018-03-08 15:58:39 +01:00
  • 707014f843 Update obj_writer.cc LZaw 2018-03-08 15:48:45 +01:00
  • 12837cc8b2 Adapt v 1.0.x LZaw 2018-03-08 15:47:06 +01:00
  • b85714b4cf Skip parsing incomplete or invalid face definition(e.g. f definition only contains 1 or 2 indices). Syoyo Fujita 2018-02-23 20:25:13 +09:00
  • e060b4f4aa Remove unused variable. Syoyo Fujita 2018-02-21 20:53:30 +09:00
  • 2dca72724f Merge pull request #165 from Neptilo/master Syoyo Fujita 2018-02-21 20:01:23 +09:00
  • 72529f02fe Material ids were not assigned to faces if the first face with this material was in another thread buffer than where the usemtl command was Victor Ripplinger 2018-02-21 11:36:36 +01:00
  • 16f3041c76 Merge pull request #163 from Neptilo/master Syoyo Fujita 2018-02-09 20:10:16 +09:00
  • 73e9b4dc3a Fix bug when line starts before a chunk and ends after it Neptilo 2018-02-09 11:46:43 +01:00
  • 5113cd65cf print smoothing group id. Syoyo Fujita 2018-02-04 15:19:42 +09:00
  • 65df7c4794 Add smooting group test .obj with two squares. smoothing-group Syoyo Fujita 2018-02-04 14:16:14 +09:00
  • eaf8623e61 Fix build of viewer example. Bump version. Syoyo Fujita 2018-02-04 14:05:36 +09:00
  • dcad3e6c50 Add per-face smoothing groupd ids to mesh_t. Add unit test for smoothing groups. gopalss-SmoothingGroup Syoyo Fujita 2018-01-31 22:12:56 +09:00
  • 2dfc37a475 Introduce face_t structure which stores per-face smoothing group and vertex indices. Syoyo Fujita 2018-01-31 20:07:34 +09:00
  • 9a6390cdee Add padding. Syoyo Fujita 2018-01-31 14:24:37 +09:00
  • 78c7c9011a Fix for #29 Normal Generation by Smoothing Group Id - Commit 4 gopalss 2018-01-30 10:55:10 -05:00
  • 1754669b07 Fix for #29 Normal Generation by Smoothing Group Id - Commit 3 gopalss 2018-01-30 10:31:02 -05:00
  • 1f7b4a49c0 Fix for #29 Normal Generation by Smoothing Group Id - Commit 2 gopalss 2018-01-30 09:51:16 -05:00
  • 15f47e2e35 Fix for #29 Normal Generation by Smoothing Group Id gopalss 2018-01-29 18:37:39 -05:00
  • 12bf4165be Fix assertion when there is no normal/texcoord assigned to the face. Fixes #161. Suppress clang warnings. Syoyo Fujita 2018-01-29 13:41:33 +09:00
  • f206a56362 Merge pull request #160 from arosh/master Syoyo Fujita 2018-01-17 01:56:07 +09:00
  • 13951d6459 Remove empty lines at EOF Sho Iizuka 2018-01-16 18:11:05 +09:00
  • 5383e3400a Merge pull request #156 from raspofabs/master Syoyo Fujita 2018-01-15 17:26:11 +09:00
  • ac3c36ffda increase the size of the epsilon to give better axis choice for triangulation Richard Fabian 2018-01-14 18:53:20 +00:00
  • 3b681805aa fixed the bug where the wrong axis was selected for doing the pnpoly check Richard Fabian 2018-01-14 16:45:59 +00:00
  • ca49183639 added ear clipping triangulation Richard Fabian 2018-01-14 14:21:46 +00:00
  • 609139f370 Fix compilation on recent clang. devel Syoyo Fujita 2017-12-28 18:45:14 +09:00
  • 1e2cd27c64 Fix build on MSC + CXX11 codepath. better-cxx11-support Syoyo Fujita 2017-12-28 18:05:00 +09:00
  • 49726abcf1 Introduce TINYOBJ_USE_CXX11 to suppress clang 5.0's -Wzero-as-null-pointer-constatnt warninig. Syoyo Fujita 2017-12-24 18:40:49 +09:00
  • b29d34f2e1 Merge pull request #154 from ogrex/master Syoyo Fujita 2017-12-21 01:23:03 +09:00