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

[FEATURE] Add support for 1-, 2- or 3-channel textures. #44

Open
travisvroman opened this issue Apr 30, 2022 · 0 comments
Open

[FEATURE] Add support for 1-, 2- or 3-channel textures. #44

travisvroman opened this issue Apr 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request optimization

Comments

@travisvroman
Copy link
Owner

Currently, the engine only supports 4-channel textures. This is not always needed or wanted. Add support for the following texture configurations:

  • 1-channel (R8)
  • 2-channel (R8B8)
  • 3-channel (R8B8G8)

While at it, change default textures (default, default diffuse, default specular and default normal) to use 3-channel textures.

@travisvroman travisvroman added enhancement New feature or request optimization labels Apr 30, 2022
@travisvroman travisvroman self-assigned this Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization
Projects
None yet
Development

No branches or pull requests

1 participant