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

Ellipse texture coords #2475

Merged
merged 2 commits into from
Feb 9, 2015
Merged

Ellipse texture coords #2475

merged 2 commits into from
Feb 9, 2015

Conversation

bagnell
Copy link
Contributor

@bagnell bagnell commented Feb 6, 2015

Fixes #2465 and #2363. Normalizes texture coordinates after computation. #2363 was cause by the texture coordinate compression. The compression doesn't handle texture coordinates outside the range [0.0, 1.0].

@pjcozzi
Copy link
Contributor

pjcozzi commented Feb 8, 2015

Update CHANGES.md.

Will this work with different wrapping modes?

@bagnell
Copy link
Contributor Author

bagnell commented Feb 9, 2015

Will this work with different wrapping modes?

Yes? The texture coordinates will always be in [0.0, 1.0] so the wrapping mode won't matter.

@bagnell
Copy link
Contributor Author

bagnell commented Feb 9, 2015

@pjcozzi This is ready.

@pjcozzi
Copy link
Contributor

pjcozzi commented Feb 9, 2015

Looks good!

pjcozzi added a commit that referenced this pull request Feb 9, 2015
@pjcozzi pjcozzi merged commit cdc37fb into master Feb 9, 2015
@pjcozzi pjcozzi deleted the ellipse-tex-coords branch February 9, 2015 19:43
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.

Textures seem incorrect on ellipses
2 participants