mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix typo in Mesh level of detail (LOD) (#6587)
This commit is contained in:
@@ -133,10 +133,10 @@ camera moves away, resulting in higher performance but lower quality.
|
||||
|
||||
If you need to perform per-object adjustments to mesh LOD, you can adjust how
|
||||
aggressive LOD transitions should be by adjusting the **LOD Bias** property on
|
||||
any node that inherits from GeometryInstance3D. Positive values will make LOD
|
||||
transitions happen sooner than usual (resulting in lower quality but higher
|
||||
performance). Negative values will make LOD transitions happen earlier than
|
||||
usual (resulting in higher quality but lower performance).
|
||||
any node that inherits from GeometryInstance3D. Values *above* ``1.0`` will make
|
||||
LOD transitions happen later than usual (resulting in higher quality but lower
|
||||
performance). Values *below* ``1.0`` will make LOD transitions happen sooner than
|
||||
usual (resulting in lower quality but higher performance).
|
||||
|
||||
Additionally, ReflectionProbe nodes have their own **Mesh LOD Threshold** property
|
||||
that can be adjusted to improve rendering performance when the reflection probe
|
||||
|
||||
Reference in New Issue
Block a user