diff --git a/docs/api/en/objects/LOD.html b/docs/api/en/objects/LOD.html index 712e485f84372b..aa865482bd796a 100644 --- a/docs/api/en/objects/LOD.html +++ b/docs/api/en/objects/LOD.html @@ -70,18 +70,20 @@
An array of [page:Object level] objects
- Each level is an object with two properties:
+ Each level is an object with the following properties:
[page:Object3D object] - The [page:Object3D] to display at this level.
- [page:Float distance] - The distance at which to display this level of detail.
+ [page:Float distance] - The distance at which to display this level of detail.
+ [page:Float hysteresis] - Threshold used to avoid flickering at LOD boundaries, as a fraction of distance.
See the base [page:Object3D] class for common methods.
-
[page:Object3D object] - The [page:Object3D] to display at this level.
- [page:Float distance] - The distance at which to display this level of detail.
+ [page:Float distance] - The distance at which to display this level of detail. Default 0.0.
+ [page:Float hysteresis] - Threshold used to avoid flickering at LOD boundaries, as a fraction of distance. Default 0.0.
Adds a mesh that will display at a certain distance and greater. Typically the further away the distance,
the lower the detail on the mesh.
@@ -89,7 +91,7 @@
- Returns a clone of this LOD object and its associated distance specific objects. + Returns a clone of this LOD object with its associated levels.
@@ -130,4 +132,4 @@