> For the complete documentation index, see [llms.txt](https://danielzeller427.gitbook.io/fluffy-grooming-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielzeller427.gitbook.io/fluffy-grooming-tool/fur-renderer/lod-steps.md).

# LOD steps

Currently limited to 3 lod steps.&#x20;

**LOD Start Distance:** At what distance to the camera should this LOD step kick in.&#x20;

**Draw every (x) strand:** Increasing this slider will skip rendering every (slider value) strands. So by setting the slider to 3 it will render every third strand and so on. Pseudo code looks something like if(strandIndex % skipStrandsAmount == 0) { renderTheStrand(); }&#x20;

**Strands Width Scale:** How much should we increase the width of each strand at this LOD step. Without increasing the width the groom would appear less dense since some strands are not rendered. <br>
