Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/api/en/objects/Mesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,15 @@ <h3>[property:Object morphTargetDictionary]</h3>
<h2>Methods</h2>
<p>See the base [page:Object3D] class for common methods.</p>

<h3>[method:Mesh clone]()</h3>
<p>Returns a clone of this [name] object and its descendants.</p>
<h3>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to completely remove this method since clone() is already documented in Obejct3D.

[method:Mesh clone]( [param:Boolean recursive] )
</h3>
<p>
recursive -- if true, descendants of the object are also cloned. Default
is true.<br /><br />

Returns a clone of this [name] object and optionally all descendants.
</p>

<h3>
[method:Vector3 getVertexPosition]( [param:Integer index], [param:Vector3 target] )
Expand Down