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

Better vertex attribute parsing #18

Closed
GoogleCodeExporter opened this issue Mar 28, 2015 · 3 comments
Closed

Better vertex attribute parsing #18

GoogleCodeExporter opened this issue Mar 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Currently, not all formats are correctly handled, such as:

v x y z w  # projective points

v x y z r g b # per-vertex color

vt u v w  # projective texcoords

There should be a way for meshes to describe its vertex format (and possibly be 
overridden).

Original issue reported on code.google.com by wonchun on 25 Aug 2011 at 7:39

@GoogleCodeExporter
Copy link
Author

Issue 14 has been merged into this issue.

Original comment by wonchun on 25 Aug 2011 at 7:40

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by wonchun on 25 Aug 2011 at 7:40

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r32.

Original comment by wonchun on 8 Sep 2011 at 6:31

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant