Tes5Mod:LOD Settings File Format
The UESPWiki – Your source for The Elder Scrolls since 1995
Contents |
[edit] Overview
LOD Settings files describe where the origin of a LOD-grid lies, what the stride size is and which range of LOD available.
The files are in "Data/lodsettings/<worldspace-name>.lod".
[edit] Struct
struct {
signed short left;
signed short top;
signed int stride_pow2;
signed int lowestsize_lod;
signed int highestsize_lod;
} lodsetting;
![[Content is available under Attribution-ShareAlike]](http://www.uesp.net/w/images/4/4d/Somerights.png)