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

Added a hashtable implementation #5

Merged
merged 7 commits into from
Mar 25, 2017
Merged

Conversation

latencyhiding
Copy link
Contributor

I wrote a hashtable implementation, though I didn't fully integrate it with the rest of the code as that requires an API change. The main contribution was hash_table_t, a struct that you pass to hash_table_* functions.

@latencyhiding
Copy link
Contributor Author

latencyhiding commented Mar 25, 2017

Ok I made parse_obj grab the indices of the appropriate material from a hashtable after parsing with parse_mtl. The API is not touched.

I haven't tested this fully yet, but input would be appreciated!

@latencyhiding latencyhiding mentioned this pull request Mar 25, 2017
@syoyo syoyo merged commit ce9de02 into syoyo:master Mar 25, 2017
@syoyo
Copy link
Owner

syoyo commented Mar 25, 2017

Thanks! Merged.

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