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.cc
on
mkdocs
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 26, 2015
Add Cocos2d-x.
Show description for 353d527
syoyo
committed
353d527
View commit details
Copy full SHA for 353d527
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Change API and handle no-mtl-file case correctly. Fixes #58.
syoyo
committed
e7e7eed
View commit details
Copy full SHA for e7e7eed
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Fix wrong texname assignment for `map_d`.
syoyo
committed
475bc83
View commit details
Copy full SHA for 475bc83
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
Support specular highlight, bump, displacement and alpha texture(Remove non-standard "normal map"). Fixes #53.
syoyo
committed
7f2092b
View commit details
Copy full SHA for 7f2092b
View code at this point
Browse repository at this point
Commits on Aug 8, 2015
fix sscanf_s buffer size type
Show description for 191a7df
nlguillemot
committed
191a7df
View commit details
Copy full SHA for 191a7df
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Initial support of tinyobjloader on Android NDK platform(NDK r10 confirmed to be able to compile).
syoyo
committed
870ead2
View commit details
Copy full SHA for 870ead2
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Suppress double -> float conversion warning. Fixes #50
syoyo
committed
aa07206
View commit details
Copy full SHA for aa07206
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
+1 version num.
syoyo
committed
82ae20b
View commit details
Copy full SHA for 82ae20b
View code at this point
Browse repository at this point
Initialized a material.
Show description for 164c152
syoyo
committed
164c152
View commit details
Copy full SHA for 164c152
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Update README. Add bugfix notes.
syoyo
committed
3058419
View commit details
Copy full SHA for 3058419
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
Fix groups being ignored if they have 'usemtl' just before 'g'
rsanchezsaez
committed
fb36154
View commit details
Copy full SHA for fb36154
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
Invert 'Tr'. Fixes #43.
syoyo
committed
805bd81
View commit details
Copy full SHA for 805bd81
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Fix sscanf_s seg fault on windows. Fixes #41
syoyo
committed
1adfc79
View commit details
Copy full SHA for 1adfc79
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Changed pow function to use double overload
MutterOberin
committed
42d6bfb
View commit details
Copy full SHA for 42d6bfb
View code at this point
Browse repository at this point
Commits on May 23, 2015
Fixing ptrdiff_t compile error
alexanderbock
committed
0aab63e
View commit details
Copy full SHA for 0aab63e
View code at this point
Browse repository at this point
Fix compile warnings under VS 2013 /W4 warning level
alexanderbock
committed
49e82e2
View commit details
Copy full SHA for 49e82e2
View code at this point
Browse repository at this point
Commits on May 1, 2015
Add support for referencing multiple mtllibs
Twinklebear
committed
527000a
View commit details
Copy full SHA for 527000a
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Update README.
Show description for 8d30091
syoyo
committed
8d30091
View commit details
Copy full SHA for 8d30091
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/skurmedel/tinyobjloader into skurmedel-master
syoyo
committed
79af31d
View commit details
Copy full SHA for 79af31d
View code at this point
Browse repository at this point
Implemented a parser and updated tiny_obj_loader.cc to use it unless a define is set.
skurmedel
committed
4ea1cf0
View commit details
Copy full SHA for 4ea1cf0
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Fix a small typo
expipiplus1
committed
9d70126
View commit details
Copy full SHA for 9d70126
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
slight change to fixIndex
syoyo
committed
f0fdaa3
View commit details
Copy full SHA for f0fdaa3
View code at this point
Browse repository at this point
Merge branch 'patch-1' of https://github.com/CoolerExtreme/tinyobjloader into CoolerExtreme-patch-1
Show description for 285f5b0
syoyo
committed
285f5b0
View commit details
Copy full SHA for 285f5b0
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Fix compilation.
syoyo
committed
1390f7f
View commit details
Copy full SHA for 1390f7f
View code at this point
Browse repository at this point
Format source code.
syoyo
committed
9979275
View commit details
Copy full SHA for 9979275
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Slight typo
CoolerExtreme
committed
011e1b3
View commit details
Copy full SHA for 011e1b3
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Fix parseString ? and slight change to fixIndex
Show description for f28d2ee
CoolerExtreme
committed
f28d2ee
View commit details
Copy full SHA for f28d2ee
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Fix per-face material.
syoyo
committed
672f252
View commit details
Copy full SHA for 672f252
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Fix unused variable warnings
orangejulius
committed
b214cfb
View commit details
Copy full SHA for b214cfb
View code at this point
Browse repository at this point
Commits on Sep 14, 2014
typo.
syoyo
committed
957fa36
View commit details
Copy full SHA for 957fa36
View code at this point
Browse repository at this point
Fix material ID assignment.
Show description for e4d4c65
syoyo
committed
e4d4c65
View commit details
Copy full SHA for e4d4c65
View code at this point
Browse repository at this point
Commits on Sep 13, 2014
Initial support of multi-materials per group.
Show description for cbba0a8
syoyo
committed
cbba0a8
View commit details
Copy full SHA for cbba0a8
View code at this point
Browse repository at this point
Commits on Sep 7, 2014
Added multiple materials per shape/object
sopyer
committed
33cd9a4
View commit details
Copy full SHA for 33cd9a4
View code at this point
Browse repository at this point
Commits on Jun 2, 2014
fix compiler warnings
Mattias Harrysson
committed
f72fb80
View commit details
Copy full SHA for f72fb80
View code at this point
Browse repository at this point
Commits on May 16, 2014
Fixed trim newline bugs.
narendraumate
committed
b45fbe6
View commit details
Copy full SHA for b45fbe6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.