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
tiny_obj_loader.h
on
opt-refactor
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 22, 2020
Use size_t rather than int in SplitString. (#290)
Show description for 9173980
chromy
authored
9173980
View commit details
Copy full SHA for 9173980
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Add change log.
syoyo
committed
a8b535f
View commit details
Copy full SHA for a8b535f
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Remove C++11
Show description for 350d32a
chapulina
committed
350d32a
View commit details
Copy full SHA for 350d32a
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
Remove duplicate lookups (#271)
Show description for e39c173
DomGries
authored
e39c173
View commit details
Copy full SHA for e39c173
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Merge branch 'master' into vertex_weight
syoyo
committed
c7268ca
View commit details
Copy full SHA for c7268ca
View code at this point
Browse repository at this point
Add `override` keyword to fix clang compilation with c++11 + stricter compile setting(-std=c++11 -Werror -Weverything -Wno-c++98-compat)
syoyo
committed
46d4768
View commit details
Copy full SHA for 46d4768
View code at this point
Browse repository at this point
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 Mar 4, 2020
Resolve issue #259 (#263)
Show description for c255ab3
bjadamson
authored
c255ab3
View commit details
Copy full SHA for c255ab3
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
`override` is a C++11 keyword.
syoyo
committed
2636244
View commit details
Copy full SHA for 2636244
View code at this point
Browse repository at this point
Commits on Jan 26, 2020
operator(): Add override keywords
Show description for c4d1ec7
murraycu
committed
c4d1ec7
View commit details
Copy full SHA for c4d1ec7
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
Fix windows compiler warnings
nkoenig
committed
7e16540
View commit details
Copy full SHA for 7e16540
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Set a decent diffuse value when map_Kd is present and Kd is not specified
nkoenig
committed
2e282bc
View commit details
Copy full SHA for 2e282bc
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Support `-texres resolution` texture option. Fixes #248
syoyo
committed
9cc429b
View commit details
Copy full SHA for 9cc429b
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
Skip whitespaces between `usemtl` and name. Fixes #246
syoyo
committed
4b62a19
View commit details
Copy full SHA for 4b62a19
View code at this point
Browse repository at this point
Commits on Nov 25, 2019
Report unknwon materilal name in `usemtl` as a warning.
syoyo
committed
bfdb443
View commit details
Copy full SHA for bfdb443
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
if -> ifdef
syoyo
committed
2cc39e3
View commit details
Copy full SHA for 2cc39e3
View code at this point
Browse repository at this point
Support multiple search paths(separated by ';' in Win32, ':' in Posix) for .mtl(v1 API). Fixes #244
syoyo
committed
059248f
View commit details
Copy full SHA for 059248f
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
The fix
SergeyXa
committed
565de1d
View commit details
Copy full SHA for 565de1d
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
Fix Python build on Mac OS
Show description for 5ee9640
paulmelnikow
committed
5ee9640
View commit details
Copy full SHA for 5ee9640
View code at this point
Browse repository at this point
Commits on Nov 3, 2019
correspond to 3 digit smoothing group index
kyawakyawa
committed
27bd852
View commit details
Copy full SHA for 27bd852
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Fix not looking ObjReaderConfig.mtl_search_path. Fixes #223
syoyo
committed
9e14511
View commit details
Copy full SHA for 9e14511
View code at this point
Browse repository at this point
Remove redundant lines. Fixes #222
syoyo
committed
994a5ad
View commit details
Copy full SHA for 994a5ad
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Fix a comment.
syoyo
committed
80d2ded
View commit details
Copy full SHA for 80d2ded
View code at this point
Browse repository at this point
Commits on May 20, 2019
Fix typo in the comment.
syoyo
committed
524cf0f
View commit details
Copy full SHA for 524cf0f
View code at this point
Browse repository at this point
Update README.
Show description for 345fa57
syoyo
committed
345fa57
View commit details
Copy full SHA for 345fa57
View code at this point
Browse repository at this point
Commits on May 17, 2019
Update copyright year.
Show description for f9a2915
syoyo
committed
f9a2915
View commit details
Copy full SHA for f9a2915
View code at this point
Browse repository at this point
Commits on May 6, 2019
Support paring leadingdecimal dot of floating point value. Fixes #201
syoyo
committed
7b410a0
View commit details
Copy full SHA for 7b410a0
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Make ObjReaderConfig optional when calling ParseFrom***() function.
syoyo
committed
17a6941
View commit details
Copy full SHA for 17a6941
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
Add parsing `p` line(point primtive).
syoyo
committed
87b906c
View commit details
Copy full SHA for 87b906c
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
Fix parsing line primitive.
syoyo
committed
776344b
View commit details
Copy full SHA for 776344b
View code at this point
Browse repository at this point
Refactor v2 API.
Show description for ba70318
syoyo
committed
ba70318
View commit details
Copy full SHA for ba70318
View code at this point
Browse repository at this point
Commits on Mar 24, 2019
Implement some 2.0 API.
Show description for 8b3d243
syoyo
committed
8b3d243
View commit details
Copy full SHA for 8b3d243
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
tiny_obj_loader.h: fix order of variables
scpeters
authored
df3bb6f
View commit details
Copy full SHA for df3bb6f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.