Skip to content

Commit

Permalink
Merge pull request #444 from GustJc/smart-pick-normalgl
Browse files Browse the repository at this point in the history
Update smart-pick alternatives to work with ambientcg and polyhaven
  • Loading branch information
Zylann committed May 16, 2024
2 parents fbb9e5d + 28a0543 commit b08f6c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const _compress_names = ["Raw", "Lossless", "Lossy", "VRAM"]

# Indexed by HTerrainTextureSet.SRC_TYPE_* constants
const _smart_pick_file_keywords = [
["albedo", "color", "col", "diffuse"],
["albedo", "color", "col", "diffuse", "diff"],
["bump", "height", "depth", "displacement", "disp"],
["normal", "norm", "nrm"],
["normal", "norm", "nrm", "normalgl", "nor_gl"],
["roughness", "rough", "rgh"]
]

Expand Down

0 comments on commit b08f6c2

Please sign in to comment.