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

Add more known properties to IO traits #15

Open
5 of 10 tasks
LukasKalbertodt opened this issue Feb 14, 2019 · 0 comments
Open
5 of 10 tasks

Add more known properties to IO traits #15

LukasKalbertodt opened this issue Feb 14, 2019 · 0 comments
Labels
area:IO Area: IO area:macros Area: proc macros in lox-macros category:new-feature Category: New feature needs:design Needs: design of some sort

Comments

@LukasKalbertodt
Copy link
Owner

LukasKalbertodt commented Feb 14, 2019

We (might) want to know about these useful properties:

  • Vertex position
  • Vertex normal
  • Vertex color
  • Vertex texcoord (2D & 3D)
  • Face normal
  • Face color
  • Face texcoord (2D & 3D)
  • Face texindex
  • Edge color
  • Arbitrary, named properties

To add a known property, changes in several places are necessary:

  • MemSink trait
  • MemSource trait
  • derive(MemSink) code
  • derive(MemSource) code
  • io::PropKind
  • Update sources that could provide those new infos
  • Write new tests

Blockers:

  • Figuring out texture coordinates
@LukasKalbertodt LukasKalbertodt added category:new-feature Category: New feature needs:design Needs: design of some sort area:macros Area: proc macros in lox-macros area:IO Area: IO labels Feb 14, 2019
@LukasKalbertodt LukasKalbertodt changed the title Add more known properties Add more known properties to IO traits Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:IO Area: IO area:macros Area: proc macros in lox-macros category:new-feature Category: New feature needs:design Needs: design of some sort
Projects
None yet
Development

No branches or pull requests

1 participant