Skip to content

Commit

Permalink
BatchedMesh: docs cleanup (mrdoob#27209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored and AdaRoseCannon committed Jan 15, 2024
1 parent 0802e56 commit 6d99172
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/api/en/objects/BatchedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Examples</h2>

<h2>Constructor</h2>
<h3>
[name](
[name](
[param:Integer maxGeometryCount], [param:Integer maxVertexCount],
[param:Integer maxIndexCount], [param:Material material],
)
Expand All @@ -42,7 +42,6 @@ <h3>
[page:Integer maxIndexCount] - the max number of indices to be used by all geometries.<br />
[page:Material material] - an instance of [page:Material]. Default is a
new [page:MeshBasicMaterial].<br />
[page:Integer count] - the number of instances.<br />
</p>

<h2>Properties</h2>
Expand Down Expand Up @@ -133,9 +132,7 @@ <h3>
of a single instance.
</p>
<p>
Sets the given local transformation matrix to the defined instance. Make
sure you set [page:.instanceMatrix][page:BufferAttribute.needsUpdate .needsUpdate]
to true after updating all the matrices.
Sets the given local transformation matrix to the defined instance.
</p>

<h3>
Expand All @@ -156,7 +153,7 @@ <h3>
[method:Integer addGeometry]( [param:BufferGeometry geometry], [param:Integer reservedVertexRange], [param:Integer reservedIndexRange] )
</h3>
<p>
[page:BufferGeometry index]: The geometry to add into the [name].
[page:BufferGeometry geometry]: The geometry to add into the [name].
</p>
<p>
[page:Integer reservedVertexRange]: Optional parameter specifying the amount of vertex buffer space to reserve for the added geometry. This
Expand Down

0 comments on commit 6d99172

Please sign in to comment.