FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · jpcy/objzero · GitHub
jpcy
/
objzero
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
13
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 9, 2020
Change readme build status badge to Actions.
jpcy
committed
f2ae5fe
View commit details
Copy full SHA for f2ae5fe
Browse repository at this point
Add github actions.
jpcy
committed
9f949a6
View commit details
Copy full SHA for 9f949a6
Browse repository at this point
Commits on Jul 9, 2020
Add progress callback function.
jpcy
committed
2306613
View commit details
Copy full SHA for 2306613
Browse repository at this point
Commits on Jul 1, 2020
atof is locale aware, which breaks parsing. Replace it with tinyobjloader tryParseDouble. https://github.com/jpcy/xatlas/issues/65
jpcy
committed
f0cc1fb
View commit details
Copy full SHA for f0cc1fb
Browse repository at this point
Commits on Aug 16, 2019
Add appveyor CI.
jpcy
committed
334e252
View commit details
Copy full SHA for 334e252
Browse repository at this point
Add clang to Travis CI.
jpcy
committed
996bb42
View commit details
Copy full SHA for 996bb42
Browse repository at this point
Commits on Jul 20, 2019
Detect UTF-16 or UTF-32 encoding.
jpcy
committed
dc75d8c
View commit details
Copy full SHA for dc75d8c
Browse repository at this point
Commits on Jun 15, 2019
Allow empty group names.
jpcy
committed
80a4b7f
View commit details
Copy full SHA for 80a4b7f
Browse repository at this point
Clear error message when new model is loaded.
jpcy
committed
d0b2c73
View commit details
Copy full SHA for d0b2c73
Browse repository at this point
Commits on May 7, 2019
Fix github license detection.
jpcy
committed
372da02
View commit details
Copy full SHA for 372da02
Browse repository at this point
Commits on May 6, 2019
Update premake to alpha 14.
jpcy
committed
6ec4670
View commit details
Copy full SHA for 6ec4670
Browse repository at this point
Commits on Mar 29, 2019
Fix vec3Normalize.
jpcy
committed
3895d6b
View commit details
Copy full SHA for 3895d6b
Browse repository at this point
Use custom, safer string functions.
jpcy
committed
a3615e2
View commit details
Copy full SHA for a3615e2
Browse repository at this point
Commits on Feb 21, 2019
Don't output empty objects.
jpcy
committed
a736e54
View commit details
Copy full SHA for a736e54
Browse repository at this point
Commits on Feb 18, 2019
Fix crash if face has normal index, but there are no normals.
jpcy
committed
f19ee97
View commit details
Copy full SHA for f19ee97
Browse repository at this point
Commits on Feb 13, 2019
travis ci shield.
jpcy
committed
de6946c
View commit details
Copy full SHA for de6946c
Browse repository at this point
travis ci
jpcy
committed
84cae34
View commit details
Copy full SHA for 84cae34
Browse repository at this point
Clang build.
jpcy
committed
6a863c0
View commit details
Copy full SHA for 6a863c0
Browse repository at this point
Add github url to licence.
jpcy
committed
e21df5e
View commit details
Copy full SHA for e21df5e
Browse repository at this point
Treat missing material file as a warning, not an error.
jpcy
committed
2b80dad
View commit details
Copy full SHA for 2b80dad
Browse repository at this point
Commits on Dec 28, 2018
Use a chunked array for arrays during the parsing phase that are likely to be large. A normal array that reallocs its buffer on resize causes too much fragmentation and quickly exhausts memory befo…
Show description for 8817327
jpcy
committed
8817327
View commit details
Copy full SHA for 8817327
Browse repository at this point
arrayDestroy function for clarity.
jpcy
committed
bc55df5
View commit details
Copy full SHA for bc55df5
Browse repository at this point
Commits on Dec 25, 2018
Get linux build working.
jpcy
committed
830d4db
View commit details
Copy full SHA for 830d4db
Browse repository at this point
Commits on Dec 24, 2018
License and readme.
jpcy
committed
ad4d946
View commit details
Copy full SHA for ad4d946
Browse repository at this point
Move premake binary out of root.
jpcy
committed
f7ebac8
View commit details
Copy full SHA for f7ebac8
Browse repository at this point
Default material diffuse to 1,1,1
jpcy
committed
cab2467
View commit details
Copy full SHA for cab2467
Browse repository at this point
Better material parsing.
jpcy
committed
d3fc6fd
View commit details
Copy full SHA for d3fc6fd
Browse repository at this point
Commits on Dec 23, 2018
Cap initial array size guesses.
jpcy
committed
ed6d3ec
View commit details
Copy full SHA for ed6d3ec
Browse repository at this point
Don't load the same material library twice.
jpcy
committed
c01cd26
View commit details
Copy full SHA for c01cd26
Browse repository at this point
strncpy: make sure null terminator is always set if destination is smaller than source.
jpcy
committed
a334ca7
View commit details
Copy full SHA for a334ca7
Browse repository at this point
Material cleanup. Use descriptive names.
jpcy
committed
14b3843
View commit details
Copy full SHA for 14b3843
Browse repository at this point
Cleanup header comments and example.
jpcy
committed
2846eb8
View commit details
Copy full SHA for 2846eb8
Browse repository at this point
Commits on Dec 21, 2018
Fix misc. memory access errors and memory leaks. Free allocations ASAP to reduce peak memory usage.
jpcy
committed
973a062
View commit details
Copy full SHA for 973a062
Browse repository at this point
Avoid duplicating generated normals. Reduces vertex count, especially for smoothing groups.
jpcy
committed
fdc6fdf
View commit details
Copy full SHA for fdc6fdf
Browse repository at this point
Treat groups as objects. Fix generated normals in multi-object models.
jpcy
committed
fbf7964
View commit details
Copy full SHA for fbf7964
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL