diff --git a/docs/api/en/objects/BatchedMesh.html b/docs/api/en/objects/BatchedMesh.html index 927d9ce0500940..417ef92361ade1 100644 --- a/docs/api/en/objects/BatchedMesh.html +++ b/docs/api/en/objects/BatchedMesh.html @@ -38,11 +38,11 @@
- The maximum number of individual geometries that can be stored in the [name]. Read only. + The maximum number of individual instances that can be stored in the [name]. Read only.
- [page:Integer geometryId]: The id of a previously added geometry via "addGeometry" to add into the [name] to render. + [page:Integer geometryId]: The id of a previously added geometry via "addGeometry" to add into the [name] to render.
Adds a new instance to the [name] using the geometry of the given geometryId and returns a new id referring to the new instance to be used diff --git a/docs/api/zh/objects/BatchedMesh.html b/docs/api/zh/objects/BatchedMesh.html index b03898fe00c455..78484205997187 100644 --- a/docs/api/zh/objects/BatchedMesh.html +++ b/docs/api/zh/objects/BatchedMesh.html @@ -49,12 +49,12 @@
- [page:Integer maxGeometryCount] - 计划添加的单个几何体的最大数量。
+ [page:Integer maxInstanceCount] - 计划添加的单个几何体的最大数量。
[page:Integer maxVertexCount] - 所有几何体使用的最大顶点数。
[page:Integer maxIndexCount] - 所有几何图形使用的最大索引数。
[page:Material material] - [page:Material] 的一个实例。默认是新的 [page:MeshBasicMaterial]。
@@ -83,7 +83,7 @@
只读,[name] 中可以存储的单个几何体的最大数量。
@@ -222,4 +222,4 @@