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

Allow ImageView to accept textures with arbitrary texture coordinates #112

Open
adielfernandez opened this issue Jan 17, 2018 · 2 comments

Comments

@adielfernandez
Copy link
Contributor

Just needs a minor tweak to the shader in the draw() call. However, the shader would need to be made non-static.

Maybe better to make an ImageView_ARB class that inherits from ImageView and uses its own static shader with an override to the draw method?

@benjaminbojko
Copy link
Collaborator

I wonder if this is still an issue with the latest ImageView currently on develop. It uses Cinder's internal gl::draw() again instead of a custom shader and includes other simplifications. Needs testing.

@adielfernandez
Copy link
Contributor Author

Good point, will test later and report back.

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

No branches or pull requests

2 participants