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

Model loader handle faces properly #2

Open
JancsikDominik opened this issue Apr 21, 2023 · 0 comments
Open

Model loader handle faces properly #2

JancsikDominik opened this issue Apr 21, 2023 · 0 comments

Comments

@JancsikDominik
Copy link
Owner

JancsikDominik commented Apr 21, 2023

A face element can be defined in the following ways:

  1. f 1 2 3 # only vertex positions
  2. f 3/1 4/2 5/3 # vertex position and texture coordinates
  3. f 6/4/1 3/5/3 7/6/5 # vertex position, texture coordinates and vertex normal
  4. f 7//1 8//2 9//3 # vertex position and vertex normal

currently only the 3rd option is supported

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