Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tinyobjloader
/
tinyobjloader
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
649
Star
3.9k
Code
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
tinyobjloader
examples
on
webassembly
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2021
Integrate Mapbox earcut.hpp for robust triangluation (#298)
Show description for db7454c
syoyo
authored
db7454c
View commit details
Copy full SHA for db7454c
View code at this point
Browse repository at this point
Commits on Nov 17, 2020
Support MTL files with escaped whitespace
Show description for b46cd46
chapulina
committed
b46cd46
View commit details
Copy full SHA for b46cd46
View code at this point
Browse repository at this point
Commits on Aug 9, 2020
Merge branch 'vertex_weight'
syoyo
committed
ca47da4
View commit details
Copy full SHA for ca47da4
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Fix calculating geometric normals (#270)
DomGries
authored
cbf733c
View commit details
Copy full SHA for cbf733c
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Add skin weight support(`vw` tag. tinyobjloader extension)
syoyo
committed
19c3ec9
View commit details
Copy full SHA for 19c3ec9
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
Describe the transfer of the repository.
syoyo
committed
2ad6bb2
View commit details
Copy full SHA for 2ad6bb2
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Show warning.
syoyo
committed
fdcf3f5
View commit details
Copy full SHA for fdcf3f5
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Separate error message into warning and error. Breaks API, so bump to version 1.3.0
syoyo
committed
e07a835
View commit details
Copy full SHA for e07a835
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Removed multiplication for color_idx_offset
LZaw
authored
f95510b
View commit details
Copy full SHA for f95510b
View code at this point
Browse repository at this point
Update obj_sticher.cc
LZaw
authored
94f1dc1
View commit details
Copy full SHA for 94f1dc1
View code at this point
Browse repository at this point
Adapt 1.0.x datastructure
LZaw
authored
a4eabf5
View commit details
Copy full SHA for a4eabf5
View code at this point
Browse repository at this point
Commits on Mar 8, 2018
Update obj_writer.h
LZaw
authored
d174e62
View commit details
Copy full SHA for d174e62
View code at this point
Browse repository at this point
Update obj_writer.cc
LZaw
authored
707014f
View commit details
Copy full SHA for 707014f
View code at this point
Browse repository at this point
Adapt v 1.0.x
Show description for 12837cc
LZaw
authored
12837cc
View commit details
Copy full SHA for 12837cc
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
Fix build of viewer example.
Show description for eaf8623
syoyo
committed
eaf8623
View commit details
Copy full SHA for eaf8623
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
Fix for #29 Normal Generation by Smoothing Group Id - Commit 4
gopalss
committed
78c7c90
View commit details
Copy full SHA for 78c7c90
View code at this point
Browse repository at this point
Fix for #29 Normal Generation by Smoothing Group Id - Commit 3
gopalss
committed
1754669
View commit details
Copy full SHA for 1754669
View code at this point
Browse repository at this point
Fix for #29 Normal Generation by Smoothing Group Id - Commit 2
gopalss
committed
1f7b4a4
View commit details
Copy full SHA for 1f7b4a4
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Fix for #29 Normal Generation by Smoothing Group Id
gopalss
committed
15f47e2
View commit details
Copy full SHA for 15f47e2
View code at this point
Browse repository at this point
Fix assertion when there is no normal/texcoord assigned to the face. Fixes #161.
Show description for 12bf416
syoyo
committed
12bf416
View commit details
Copy full SHA for 12bf416
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
Remove empty lines at EOF
arosh
committed
13951d6
View commit details
Copy full SHA for 13951d6
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
print some material infos.
syoyo
committed
be46318
View commit details
Copy full SHA for be46318
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Rename variables to avoid confusion. Fixes #108 .
syoyo
committed
f59f93d
View commit details
Copy full SHA for f59f93d
View code at this point
Browse repository at this point
Commits on Jun 1, 2017
Fix the number of triangle calculation. Fixes #127
syoyo
committed
cdb5c2d
View commit details
Copy full SHA for cdb5c2d
View code at this point
Browse repository at this point
Commits on Feb 9, 2017
Do not exit program when there is no texture coordinate in .obj.
syoyo
committed
cc98973
View commit details
Copy full SHA for cc98973
View code at this point
Browse repository at this point
Fix build with pre-C++11 compiler
syoyo
committed
e43580b
View commit details
Copy full SHA for e43580b
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
Add missing files. Fixes #115.
syoyo
committed
60ffb3c
View commit details
Copy full SHA for 60ffb3c
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Search .mtl and texture from .obj's base dir.
Show description for 2daec8b
syoyo
committed
2daec8b
View commit details
Copy full SHA for 2daec8b
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Fix seg fault when no material assigned to object in viewer example.
Show description for c2474e2
syoyo
committed
c2474e2
View commit details
Copy full SHA for c2474e2
View code at this point
Browse repository at this point
Fix typo.
syoyo
committed
6c6390f
View commit details
Copy full SHA for 6c6390f
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
added additional bounds checking
Chris Liebert
committed
3588902
View commit details
Copy full SHA for 3588902
View code at this point
Browse repository at this point
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.
Chris Liebert
committed
e81ac97
View commit details
Copy full SHA for e81ac97
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Apply clang-format.
syoyo
committed
07852e2
View commit details
Copy full SHA for 07852e2
View code at this point
Browse repository at this point
Commits on Jul 28, 2016
Update callback API example.
Show description for 1983e88
syoyo
committed
1983e88
View commit details
Copy full SHA for 1983e88
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
Support parsing `w` element of vertex coordinate, and also third element of texture coordinates. Fixes #88.
syoyo
committed
75e64cd
View commit details
Copy full SHA for 75e64cd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.