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

Draft: Add support for PBR maps (specular, normal, metalness, roughness, emittance) #1276

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa1e9de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b88023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deabcc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28a249f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08a5c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d2da69 View commit details
    Browse the repository at this point in the history
  7. Reset the textures before loading them to get predictable results reg…

    …ardless of what textures were loaded before.
    leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f0a1bef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b68997c View commit details
    Browse the repository at this point in the history
  9. Add relectance maps.

    leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    aef06ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68b426c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e15ff82 View commit details
    Browse the repository at this point in the history
  12. Add metalness maps.

    leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    38d4a12 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b652db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b32d064 View commit details
    Browse the repository at this point in the history
  15. Add a system property to override all material properties at once for…

    … use with specular maps.
    leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    602d819 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae23763 View commit details
    Browse the repository at this point in the history
  17. Fix normal map orientation.

    leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    dd86bab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    abd0f9e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    94b7f46 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    54e1fb4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d45979 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f3178ed View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    37c1e20 View commit details
    Browse the repository at this point in the history
  24. Use precalculated tbn matrices.

    ThatRedox authored and leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a5f9051 View commit details
    Browse the repository at this point in the history
  25. Remove unused getTbn from NormalMap

    ThatRedox authored and leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    94a875a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c79615a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f64eaf0 View commit details
    Browse the repository at this point in the history
  28. Fix rebase errors.

    leMaik committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b2dca0b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bb4fc7b View commit details
    Browse the repository at this point in the history