Sign in
android
/
platform
/
external
/
tinyobjloader
/
HEAD
/
examples
/
viewer
/
viewer.cc
be46318
print some material infos.
by Syoyo Fujita
· 8 years ago
f59f93d
Rename variables to avoid confusion. Fixes #108 .
by Syoyo Fujita
· 8 years ago
cdb5c2d
Fix the number of triangle calculation. Fixes #127
by Syoyo Fujita
· 8 years ago
cc98973
Do not exit program when there is no texture coordinate in .obj.
by Syoyo Fujita
· 8 years ago
e43580b
Fix build with pre-C++11 compiler
by Syoyo Fujita
· 8 years ago
2daec8b
Search .mtl and texture from .obj's base dir. Fix bad memory access.
by Syoyo Fujita
· 8 years ago
c2474e2
Fix seg fault when no material assigned to object in viewer example.
by Syoyo Fujita
· 8 years ago
3588902
added additional bounds checking
by Chris Liebert
· 8 years ago
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
07852e2
Apply clang-format.
by Syoyo Fujita
· 9 years ago
629f182
Support retina resolution.
by Syoyo Fujita
· 9 years ago
2d16510
Measure .obj parsing time.
by Syoyo Fujita
· 9 years ago
d3fbf6b
Merge branch 'develop' of github.com:syoyo/tinyobjloader into develop
by Syoyo Fujita
· 9 years ago
73af05b
Add assertion check.
by Syoyo Fujita
· 9 years ago
bbb6aef
Adjust near/far clipping value.
by Syoyo Fujita
· 9 years ago
e9a7c76
Add build script for Windows. Fix build on Windows.
by Syoyo Fujita
· 9 years ago
58fa260
Show normal vector in viewer example.
by Syoyo Fujita
· 9 years ago
7399aed
Initial support of linux for viewer example.
by Syoyo Fujita
· 9 years ago
1703ab0
Add simple OpenGL viewer example.
by Syoyo Fujita
· 9 years ago