diff --git a/doc/classes/GeometryInstance.xml b/doc/classes/GeometryInstance.xml
index 7e6c935d908..358939911c8 100644
--- a/doc/classes/GeometryInstance.xml
+++ b/doc/classes/GeometryInstance.xml
@@ -19,22 +19,26 @@
The GeometryInstance's max LOD distance.
+ [b]Note:[/b] This property currently has no effect.
The GeometryInstance's max LOD margin.
+ [b]Note:[/b] This property currently has no effect.
The GeometryInstance's min LOD distance.
+ [b]Note:[/b] This property currently has no effect.
The GeometryInstance's min LOD margin.
+ [b]Note:[/b] This property currently has no effect.
The material override for the whole geometry.
- If there is a material in [code]material_override[/code], it will be used instead of any material set in any material slot of the mesh.
+ If a material is assigned to this property, it will be used instead of any material set in any material slot of the mesh.
- If [code]true[/code], this GeometryInstance will be used when baking lights using a [GIProbe] and/or any other form of baked lighting.
+ If [code]true[/code], this GeometryInstance will be used when baking lights using a [GIProbe] or [BakedLightmap].
@@ -51,10 +55,10 @@
Will only show the shadows casted from this object.
- In other words: The actual mesh will not be visible, only the shadows casted from the mesh.
+ In other words, the actual mesh will not be visible, only the shadows casted from the mesh will be.
- Will allow the GeometryInstance to be used when baking lights using a [GIProbe] and/or any other form of baked lighting.
+ Will allow the GeometryInstance to be used when baking lights using a [GIProbe] or [BakedLightmap].
Represents the size of the [enum Flags] enum.