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

Create MeshView class #109

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

Create MeshView class #109

adielfernandez opened this issue Jan 2, 2018 · 0 comments

Comments

@adielfernandez
Copy link
Contributor

Would be used to draw views in a variety of shapes by specifying the desired vertices.

Possible features:

  • Add an image and specify texture coordinates to draw a subsection of the image (allowing for non-rectilinear shapes)
  • Pass in vertex colors for drawing solid/interpolated colors on a vertex by vertex basis
  • Set mesh mode for conveniently assembling different geometries (triangle strips, triangle fans, etc) from vertices
  • Pass in a shader for using GLSL to draw within mesh
  • DrawWireframe() method for debugging?
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

1 participant