Change default LightmapSampleDistance value to match the default value in UDB
This commit is contained in:
parent
4d934ab310
commit
9cd2f7530d
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ public:
|
|||
int LMTextureSize = 1024;
|
||||
TArray<uint16_t> LMTextureData;
|
||||
|
||||
uint16_t LightmapSampleDistance = 16;
|
||||
uint16_t LightmapSampleDistance = 8;
|
||||
|
||||
TArray<LightmapTile> LightmapTiles;
|
||||
bool LMAtlasPacked = false; // Tile sizes can't be changed anymore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue