summaryrefslogtreecommitdiff
path: root/doc/classes/SphereMesh.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/SphereMesh.xml')
-rw-r--r--doc/classes/SphereMesh.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/SphereMesh.xml b/doc/classes/SphereMesh.xml
index 4ebb2e919d..c33c676ea1 100644
--- a/doc/classes/SphereMesh.xml
+++ b/doc/classes/SphereMesh.xml
@@ -15,7 +15,8 @@
Full height of the sphere. Defaults to 2.0.
</member>
<member name="is_hemisphere" type="bool" setter="set_is_hemisphere" getter="get_is_hemisphere">
- Determines whether a full sphere or a hemisphere is created. Attention: To get a regular hemisphere, the height and radius of the sphere have to equal. Defaults to [code]false[/code].
+ Determines whether a full sphere or a hemisphere is created.
+ [b]Note:[/b] To get a regular hemisphere, the height and radius of the sphere must be equal. Defaults to [code]false[/code].
</member>
<member name="radial_segments" type="int" setter="set_radial_segments" getter="get_radial_segments">
Number of radial segments on the sphere. Defaults to 64.