1. be46318 print some material infos. by Syoyo Fujita · 8 years ago
  2. f59f93d Rename variables to avoid confusion. Fixes #108 . by Syoyo Fujita · 8 years ago
  3. cdb5c2d Fix the number of triangle calculation. Fixes #127 by Syoyo Fujita · 8 years ago
  4. cc98973 Do not exit program when there is no texture coordinate in .obj. by Syoyo Fujita · 8 years ago
  5. e43580b Fix build with pre-C++11 compiler by Syoyo Fujita · 8 years ago
  6. 2daec8b Search .mtl and texture from .obj's base dir. Fix bad memory access. by Syoyo Fujita · 8 years ago
  7. c2474e2 Fix seg fault when no material assigned to object in viewer example. by Syoyo Fujita · 8 years ago
  8. 3588902 added additional bounds checking by Chris Liebert · 8 years ago
  9. e81ac97 Issue #74: Added basic diffuse texture support to examples/viewer using stb_image. The previously used color based on the normal is combined with the diffuse color from the material definition. by Chris Liebert · 8 years ago
  10. 07852e2 Apply clang-format. by Syoyo Fujita · 9 years ago
  11. 629f182 Support retina resolution. by Syoyo Fujita · 9 years ago
  12. 2d16510 Measure .obj parsing time. by Syoyo Fujita · 9 years ago
  13. d3fbf6b Merge branch 'develop' of github.com:syoyo/tinyobjloader into develop by Syoyo Fujita · 9 years ago
  14. 73af05b Add assertion check. by Syoyo Fujita · 9 years ago
  15. bbb6aef Adjust near/far clipping value. by Syoyo Fujita · 9 years ago
  16. e9a7c76 Add build script for Windows. Fix build on Windows. by Syoyo Fujita · 9 years ago
  17. 58fa260 Show normal vector in viewer example. by Syoyo Fujita · 9 years ago
  18. 7399aed Initial support of linux for viewer example. by Syoyo Fujita · 9 years ago
  19. 1703ab0 Add simple OpenGL viewer example. by Syoyo Fujita · 9 years ago