Skip to content

Commit

Permalink
Correct landscape LOD description
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB authored Feb 18, 2024
1 parent 2c8a06f commit 15467b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lod.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h2 id="whatIsLod">What is LOD?</h2>
<strong>Object LOD</strong> - All flagged objects in a group of cells are represented as one geometry block. This LOD has only one constant quality level. Fast generation time.
</li>
<li>
<strong>Terrain LOD</strong> - These blocks represent landscape of at least 4 cells. This is the only LOD that has quality levels - higher levels cover more cells. Due to the sheer size and texture count, it takes the longest to generate.
<strong>Terrain LOD</strong> - These blocks represent landscape of cell groups. This is the only LOD that has quality levels - higher levels cover more cells (LOD4 - 4x4, LOD8 - 8x8, etc.). Due to the sheer size and texture count, it takes the longest to generate.
</li>
<li>
<strong>Tree LOD</strong> - All flagged SpeedTree objects are merged into one block. Works similarly to Object LOD, with the difference of using simple 2D planes instead of actual geometry. Fastest to generate.
Expand Down Expand Up @@ -409,4 +409,4 @@ <h2 id="installingLod">Installing the LOD</h2>
</div>
</body>

</html>
</html>

0 comments on commit 15467b2

Please sign in to comment.