Skip to content

Commit

Permalink
Add normalgl to smart pick alternatives to auto-pick ambientcg textures.
Browse files Browse the repository at this point in the history
  • Loading branch information
GustJc committed May 14, 2024
1 parent 0d26337 commit 2a45041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const _compress_names = ["Raw", "Lossless", "Lossy", "VRAM"]
const _smart_pick_file_keywords = [
["albedo", "color", "col", "diffuse"],
["bump", "height", "depth", "displacement", "disp"],
["normal", "norm", "nrm"],
["normal", "norm", "nrm", "normalgl"],
["roughness", "rough", "rgh"]
]

Expand Down

0 comments on commit 2a45041

Please sign in to comment.