Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two minor texture loading problem #9

Merged
merged 2 commits into from
Aug 7, 2018
Merged

Fix two minor texture loading problem #9

merged 2 commits into from
Aug 7, 2018

Conversation

czw0078
Copy link
Contributor

@czw0078 czw0078 commented Jul 30, 2018

Two problems:
(1) handle the situation when texture pictures have one channel(grey) or extra alpha channel(transparent).
(2) .obj file with lines "f xxx//xxx". The value read in should be zero but the original code will read "/" sign and cause an error.

@nkolot
Copy link
Collaborator

nkolot commented Jul 31, 2018

Nice, I'll do some tests and merge it.

@czw0078 czw0078 changed the title Fix two obvious texture loading problem Fix two minor texture loading problem Jul 31, 2018
@nkolot nkolot merged commit 29a7615 into daniilidis-group:master Aug 7, 2018
krishnaharshareddy pushed a commit to HarounH/adversarial_objects that referenced this pull request Jan 14, 2019
Add support for // when loading obj files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants