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 perVertex colors for PolylineGeometry and SimplePolylineGeometry #2529

Merged
merged 2 commits into from
Mar 2, 2015

Conversation

mramato
Copy link
Contributor

@mramato mramato commented Mar 2, 2015

Was broken due to a typo in the code (and no matching unit test for it). We were using perVertex internally and colorsPerVertex for the API. In addition to fixing the typo, I changed it to colorsPerVertex to avoid confusion in the future. I also updated tests to make sure everything was what it should be.

This was a regression in 1.6, so we should merge this for 1.7.

…etry

This was due to a typo in the code (and no matching unit test for it). We
were using `perVertex` internally and `colorsPerVertex` for the API. In
addition to fixing the typo, I changed it to `colorsPerVertex` to avoid
confusion in the future.  I also updated tests to make sure everything
was what it should be.
@pjcozzi
Copy link
Contributor

pjcozzi commented Mar 2, 2015

Looks good.

pjcozzi added a commit that referenced this pull request Mar 2, 2015
Fix perVertex colors for PolylineGeometry and SimplePolylineGeometry
@pjcozzi pjcozzi merged commit cf9b614 into master Mar 2, 2015
@pjcozzi pjcozzi deleted the per-vertex-colors branch March 2, 2015 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants