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

Update README.md #3

Merged
merged 1 commit into from
Oct 29, 2020
Merged

Update README.md #3

merged 1 commit into from
Oct 29, 2020

Conversation

tylermorganwall
Copy link
Contributor

Found some small issues in the README. This pull request fixes missing parens and declares a missing variable in the example.

Fix missing parens and declare missing variable in example.
@vilya vilya merged commit c6aec44 into vilya:master Oct 29, 2020
@vilya
Copy link
Owner

vilya commented Oct 29, 2020

Thanks a lot for this!

vilya added a commit that referenced this pull request Oct 29, 2020
PR #3 pointed out some typos in the "how to load a triangle mesh" sample code. One of them was an undefined variable, `propIdx`, when checking whether we need to triangulate the face data. I noticed after merging the PR that it was attempting to work around a typo I'd made in the variable name: it should actually have been `indexes[0]` (or `*indexes`) instead. I'm just fixing that up here.
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.

2 participants