Tes5Mod:LOD Settings File Format

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

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;
Personal tools
What is this Ad?
Report Ad