GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.2k stars 274 forks source link

Change gitignore and add larger texture size for testGI #87

Open CodeLikeCXK opened 2 weeks ago

CodeLikeCXK commented 2 weeks ago

…exture size for GI_test

NicSavichev commented 2 weeks ago

Why do you place devtools inside DagorEngine folder? For me it seems impractical, I always place it at driver root (better on fast SSD). I can increase reserve for texture entries as you suggest but testGI sample itself doesn't use much textures. And for another application I would advise to clone this sample under new name, strip unused parts and updata as you wish.

CodeLikeCXK commented 2 weeks ago

Why do you place devtools inside DagorEngine folder? For me it seems impractical, I always place it at driver root (better on fast SSD). I can increase reserve for texture entries as you suggest but testGI sample itself doesn't use much textures. And for another application I would advise to clone this sample under new name, strip unused parts and updata as you wish.

I see....Maybe It's just a personal preference for putting most engine-related tools under one folder.