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

Adds basic support for .obj vertex colors #48

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

k8stone
Copy link

@k8stone k8stone commented Jun 3, 2020

Adds basic support for .obj vertex colors

  • Creates implicit materials named "Color #RRGGBB" on import
  • Attaches the material to any face whose vertexes all agree on the color

Enables unit tests to survive different line termination styles (required for macOS)

Updated mkdir to mkdirSync in unit tests to comply with modern Node API

  - Creates implicit materials named "Color #RRGGBB" on import
  - Attaches the material to any face whose vertexes all agree on the color
- Enabled unit tests to survive different line termination styles (required for macOS)
- Updated mkdir to mkdirSync in unit tests to comply with modern Node API
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

Successfully merging this pull request may close these issues.

1 participant